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!
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!
style.css (line 874) remove margin-bottom: 1.625em; or decrease the value.
Awesome thanks! I changed it in the child theme but it only took when I changed it in the twentyeleven theme. Thanks again!
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.
You must log in to post.