• juicyfruit123

    (@juicyfruit123)


    hello,

    i am working on a website and text on the blog post is too wide (wider than the photo). can someone please help with a css code to align the text with the image’s width, which is 900?

    i have searched all over the net and none of the codes i’ve used have worked. thank you so much!

    this is the site https://nlreedphotographyblog.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Clarion Technologies

    (@clarionwpdeveloper)

    Add the below code of CSS in your themes style.css:

    .container {
    width: 950px!important;
    }

    Thread Starter juicyfruit123

    (@juicyfruit123)

    Thank you so much! It worked!

    Thread Starter juicyfruit123

    (@juicyfruit123)

    Clarion – May I trouble you with one more question? At the footer of the site, I want to add the Copyright …All Rights Reserved lingo where the black line is and remove “Proudly powered by WordPress | Theme: Sydney by aThemes.” Do you by any chance know how or can show me? I appreciate it greatly!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘css problem’ is closed to new replies.