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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.