aca98atw
Member
Posted 9 months ago #
Hi there,
I'm quite stuck in trying to get my content to fill 100% of the space available to it by removing left and right spacings.
My website is http://www.bigsixsharkdivers.com.
I've tried editing CSS (I am using a child theme) and using google's CSS inspector to identify the element to adjust, but no luck so far.
Would appreciate your advice on this :o). In the meantime I will try firefox and firebug to see if that reveals the solution.
cheers,
Andy.
Unfortunately the images displaying either side are separate to the text of the post (the 3 columns are created by 3 <td>), therefore post text cannot flow into image space.
aca98atw
Member
Posted 9 months ago #
Firebug is excellent. I quickly located the CSS I needed to change, adding the below to the bottom of my child's style.css:
.singular #content, .left-sidebar.singular #content {
margin: 0 2.8em;
position: relative;
width: auto;
}
cheers,
Andy.