How to remove the transparency above en under the menu?
I also would like to remove the 1 or 2px spacing between the menu and the rss/twitter/facebook/copyright section.
Thanks in advance
How to remove the transparency above en under the menu?
I also would like to remove the 1 or 2px spacing between the menu and the rss/twitter/facebook/copyright section.
Thanks in advance
Hi,
Just add this on your custom.css
.sidebar.sidebar1.box.sidebar_absolute {
background: white;
}
.social_bookmarks li {
padding: 0;
}
Regards,
Ismael
When I add this to custom CSS, nothing happens
At first it seems to load like the custom.css but then the general css takes it over?
Hi!
Can you post a link please?
Regards,
Peter
Finally, I made the bg picture 100% transparent...only the spacing isn't working now.
The link is http://www.gsautomotiveart.com
Hi!
Add following code to css/custom.css:
#socket {
margin-top: 0;
top: 0px;
}
Regards,
Peter
It still doesn't work :(
Hi Royvanliesh,
Try to add this code:
#socket {
padding: 0 15px 15px;
}
.inner_sidebar .box {
padding-bottom: 5px;
}
if the code above doesn't work, use this code instead:
#socket {
padding: 0 15px 15px !important;
}
.inner_sidebar .box {
padding-bottom: 5px !important;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.