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 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #39624
    jmcmillan7
    Participant

    First of all great theme! rated 5 stars.

    Two quick questions regarding alignment: http://hyper.starship.net/?page_id=4

    1) After adding the website logo, the main menu is located at the very top of screen, is there way to move it down so sits just above the line separating the main menu from the page content?

    2) After adding in the custom CSS to remove the green bar with the page title, there is now a large space in between the menu bar/separation line and the page content, is there a way to reduce this spacing?

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