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*

Move Navigation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39576
    edmiller1993
    Participant

    I want to put thenavigation along side the header image how do i do this?

    http://elmcomputing.net/bridportcycles.co.uk/

    thanks

    #39606

    Hi edmiller1993,

    To put the navigation along side the header image Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    @media only screen and (min-width: 1024px) {
    .hgroup-wrap {
        float: left;
    }
    #access {
        float: right;
        margin-top: 60px;
    }
    .slogan,
    .featured-slider {
        clear: both;
    }
    }

    Thank you!

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