Remove border (footer)
-
How do I remove the border around widgets in the fotter… and the border above fotter… se here: http://www.falkens.se/ I have adds in the footer and it looks a little funny right now.
Please, how do I do?
-
Try
#sidebar-footer { border-top: none; }for the border above the footer.
You should use a child theme and insert this CSS code into your child theme’s style.css.
Thanks but it didn’t work for me
I dont know how to do a child-theme :-/<?php if(is_active_sidebar('sidebar-footer')) : ?> <div id="sidebar-footer" class="clear"> <div id="fcol1" class="col"></div> <div id="fcol2" class="col"></div> <div id="fcol3" class="col"></div> <div id="fcol4" class="col"></div> <?php dynamic_sidebar('sidebar-footer'); ?> </div> <?php endif; ?>Where should I put it??
Read the linked article above.
Or you can use a custom CSS plugin and add the CSS to the new Custom CSS on your site.
Or you can use a custom CSS plugin and add the CSS to the new Custom CSS on your site.
Thanks. I did install this and added the code:
#sidebar-footer { border-top: none; }No change… 🙁
Hi There,
My girlfriend’s site – http://horrorbox.co.uk/the-smiler/ has a gap/spacing aboveand below the post title as well as below the post itself.
I’ve installed the Custom CSS Manager and added;
#sidebar-footer {
border-top: none;
}The gap remains.
Can anyone advise the actions needed to remove these borders.
Tim
Tim I just checked your site and it looks like underneath the post title you have 3 or 4 empty ‘p’ tags that are causing a whole bunch of blank spaces. I would also lessen the margins on your headings. They are what is pushing the content down further.
example:
.post-content h1 { padding-top: 0; padding-bottom:0; }You’ll need to create a new thread to discuss that.
Hi still got the problem…
It works for me hope U may make it out..
>Goto functions.php
>Search for post-navi
>>>Comment it out#post-navi { /*border-top: 1px solid <?php echo $textColor; ?>; */}
and voila ! it disappear..
U can check it out @ http://www.techover.inOne personal question Dykarna…
How did u get google ads at the bottom!
Is google aprove ur adsense account..
U can PM me at [redacted]@hackavinash – please keep help on these forums
http://codex.ww.wp.xz.cn/Forum_Welcome#Helping_Out
and if you have a different question than the OP’s in this thread, please start your own thread per the forums guidelines.
It works for me hope U may make it out..
>Goto functions.php
>Search for post-navi
>>>Comment it out#post-navi { /*border-top: 1px solid <?php echo $textColor; ?>; */}
and voila ! it disappear..
U can check it out @ http://www.techover.inThanks it worked!!!
Now is it the other one 🙂 The border from the widget…
The add is an Google Adsense that I did just put in an “text widget” and add <center>. I think there is some other solutions out there but this works for me 🙂I made a change to the theme to avoid the double border. Stay tuned for the release of 1.0.5.
The topic ‘Remove border (footer)’ is closed to new replies.
