URL is http://dynamicwellnessteamblog.com/about/
I'm trying, with no success, to figure out how to remove the double box that appears at the top of the sidebar around the RSS area.
Any pointers would be greatly appreciated :)
Thanks!
URL is http://dynamicwellnessteamblog.com/about/
I'm trying, with no success, to figure out how to remove the double box that appears at the top of the sidebar around the RSS area.
Any pointers would be greatly appreciated :)
Thanks!
Try editing style.css and changing:
.rss_bag {
background:transparent url(images/rss-bag.jpg) no-repeat center center;
display:block;
float:left;
height:121px;
margin:0 0 0 7px;
padding:0;
width:331px;
}
to
.rss_bag {
display:block;
float:left;
height:121px;
margin:0 0 0 7px;
padding:0;
width:331px;
}Hi, thanks a bunch for the pointer.
I tried it but it didn't work. Still showing up the same with the double box.
any other suggestions?
Now try pressing CTRL and F5 simultaneously when viewing the updated site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.
Hi,
Are you still having an issue with is? I can't see a double box in your sidebar.
What web browser are you using? Esmi is probably right with the caching issue.
Regards
Peter
Hi,
Yes, i was able to get rid of the double box (Thanks esmi!!!)
there's a spacing now in its place that brings the sidebar contents down a bit. is there a way to have the logos move to the top of the sidebar?
thanks to you both :)
Try editing style.css and changing:
.rss_bag {
display:block;
float:left;
height:121px;
margin:0 0 0 7px;
padding:0;
width:331px;
}
to
.rss_bag {
display:none;
float:left;
height:121px;
margin:0 0 0 7px;
padding:0;
width:331px;
}You are great! (But I'm sure they've told you that already!)
Thanks a bunch! Just saved me from working on it all night.
Oh - I don't mind hearing it again. ;-) Glad to hear that you've got it all sorted now.
This topic has been closed to new replies.