Forums

[resolved] Can someone help fix the padding with this image? (4 posts)

  1. rosiesyarncellar
    Member
    Posted 4 months ago #

    Here is the page including the image I am having issues with. I'd like there to be less space between the image and the title "Aquatic Life". Any tips greatly appreciated!

  2. Jonas Grumby
    Member
    Posted 4 months ago #

    style.css (line 874) remove margin-bottom: 1.625em; or decrease the value.

  3. rosiesyarncellar
    Member
    Posted 4 months ago #

    Awesome thanks! I changed it in the child theme but it only took when I changed it in the twentyeleven theme. Thanks again!

  4. Jarret Cade
    Member
    Posted 4 months ago #

    Quick FYI, looks like you have an extra } (line 161) in your child theme style.css file that is preventing the

    img.alignleft, img.alignright, img.aligncenter {
        margin-bottom: 1em;
    }

    line from working, it is right above this line. I'd recommend removing that and undoing the change you made in the Twentyeleven style.css file as when that gets updated again it will erase your changes.

Reply

You must log in to post.

About this Topic