badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Spacing Issues around top and bottom of container area

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23414
    MeShawn
    Participant

    hi,
    My site polishednailslv.com shows some spacing around the container (below the menu and above the footer) after Ive changed the color in the theme settings. I’m not sure what else to do, the spacing is consistent on every page with the menu but some pages have it on the bottom (http://polishednailslv.com/making-appointments/) and (http://polishednailslv.com/the-salon/) and some do not have it at all (http://polishednailslv.com/reviews/). Can you help me figure out what this is? I started with the free version and didnt have this problem until I upgraded to the PRO version.

    Thanks

    #23423

    HI MeShawn,

    Please Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #branding, #main {
        overflow: hidden;
    }

    Thank you!

    #23461
    MeShawn
    Participant

    Perfect! That fixed the problem! Thanks!

    #23464
    MeShawn
    Participant

    actually, I believe that affected the sub menu dropdowns, now they do not fully show the dropdowns and when you click on the other pages they do not show the sub menu at all 🙁 HELP! thanks!

    #23522

    Hi MeShawn,

    Oh! Sorry for that. Remove above CSS code and try below one.

    #access {
        margin-bottom: 0;
    }
    #main {
        overflow: hidden;
    }

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.