Editing Top Margin
-
I am currently using the “Further” theme and I wanted to know if there is a way to How can I edit the top margin for the Article Column and for the top margin on the right side bar so that the contents like vidoes, photos etc. meet the turquoise color on the top before the feature post. Can anyone help?
The blog I need help with is deepriverspringsestates.com
The blog I need help with is: (visible only to logged in users)
-
Give this a try and see if it does what you want.
#primary { padding-top: 0; } #content-sidebar { padding-top: 0; margin-top: -2px; } -
Unfortunately this one not worked… I paste this one to the CSS and nothing changes. if possible can you tell me from what number on the CSS I should Paste this one? so that there will be no space between under the Feature Post and Primary Contents & the Contents-sidebar
Please Please I need Help….
The blog I need help with is deepriverspringsestates.com
-
please tell us where I should put this code? because I try to put this on top of the CSS code and its not working… I need your Help…
Thank you…
-
Hmmm, the CSS in this theme is a little complex. What I gave works on the pages, but not the home page.
Let me work on it a bit.
-
On the home page of the Further theme, the featured content area has an explicit height set. You can get rid of that height setting by adding this:
#featured-content .entry-wrap { height: auto; }You’ll see some strange background stuff appear if you do that, so you can override that and reset the background color to your background color like this:
#featured-content { background: #01576f; }Last, each featured post box has some padding at the bottom of one of it’s inner elements (class=”entry-summary”) and you can remove that padding like this:
#featured-content .entry-summary { padding-bottom: 0; }
- The topic ‘Editing Top Margin’ is closed to new replies.