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*

Alignment Issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #39684

    Hi Jmcmillan7,

    1. Sorry! It needs code customization. You have to hire a developer for this
    2. What CSS code you have added in the custom CSS for to remove the green bar with the page title.

    Thank you!

    #39724
    jmcmillan7
    Participant

    For question2: I added back in the green bar, but I fixed the white space by adding :

    #main {
    padding-top: 30px;
    }

    For question 1, so there is not way to add padding in above the Top menu only and not the Logo?

    Thanks!

    #39725
    jmcmillan7
    Participant

    On your theme preview it isnt all the way at the top like it is on mine, how did you get this? https://www.themehorse.com/preview/interface/

    #40021

    Hi Jmcmillan7,

    We apologies for the late reply. We missed your topic.
    To add padding in above the top menu Go to Appearance -> Customize OR Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-logo {
        margin-top: 30px;
    }
    #access a {
        height: 80px;
        padding-top: 60px;
    }
    #access ul li ul {
        top: 140px;
    }
    .search-toggle {
        margin-top: 60px;
    }

    And to have the top info bar Go to Appearance -> Customize OR Theme Options -> Contact / Social Links Contact Info Bar

    Thank you!

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