Forums

Double 'box' showing in sidebar (9 posts)

  1. VBPartners
    Member
    Posted 2 years ago #

    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!

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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;
    }
  3. VBPartners
    Member
    Posted 2 years ago #

    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?

  4. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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.

  5. peterjharrison
    Member
    Posted 2 years ago #

    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

  6. VBPartners
    Member
    Posted 2 years ago #

    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 :)

  7. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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;
    }
  8. VBPartners
    Member
    Posted 2 years ago #

    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.

  9. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Oh - I don't mind hearing it again. ;-) Glad to hear that you've got it all sorted now.

Topic Closed

This topic has been closed to new replies.

About this Topic