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*

How to float menu on the right side

Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #28526
    edinahofer
    Participant

    Hello,

    how can I float the menu ( navigation bar) on the right side and the Logo on the left side? I have really try everything, but nothing chaned 🙁

    Thanks for your help,

    best regards,

    #28556

    Hi Edinahofer,

    To float the menu on the right side and the Logo on the left side Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-logo {
        float: right;
    }
    .hgroup-right {
        float: left;
    }
    @media only screen and (max-width: 767px) {
        .menu-toggle {
            float: left;
        }
    }

    Thank you!

    #28557
    edinahofer
    Participant

    Hi,

    thank you for your reply.

    But is it possible that the logo close with the image slider on the left side and so also teh menu on the right side.

    There is on the left and right side a white space. It is possible to remove this white space from the left side of logo and the right side of the menu bar. I use the Interface Pro.

    Thank you,

    #28596

    Hi Edinahofer,

    To make the logo close with the image slider on the left side and so also the menu and also to remove the white space Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .hgroup-wrap .container {
        max-width: 98%;
    }
    .search-toggle {
        margin-top: 29px;
    }
    #search-box {
        top: 70px;
    }
    #access a {
        height: 41px;
        padding: 19px 0 0;
    }
    #site-logo {
        margin-top: 4px;
    }
    .search-toggle {
        margin-top: 19px;
    }
    #access ul li ul {
        top: 60px;
    }

    Thank you!

    #28597
    edinahofer
    Participant

    Hi,

    thank you sooooo much.

    Now it works perfect 🙂 ,

    Have a nice day & best regards,

    #28609

    Hi Edinahofer,

    We have spend lots of time and efforts to develop this theme available free for all.
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/interface
    We really appreciate your rating.

    Thank you!

    #28617
    edinahofer
    Participant

    Done 🙂

    #28679

    Great !

    Thank you for you time and review.

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