Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #46049
    bobgarrett
    Participant

    I am using the widget to add text to the right of the top logo but as soon as I make the text as long as I want it to be it fails to wrap and instead goes below the logo. Is there a way css modification I can add to fix this?

    Also I have tried to make the menu align left but failed using the instructions in another post. Can you assist with this too?

    Thanks

    #46136
    Sakin
    Keymaster

    Yes, I can help you with the custom css. But I need to check in your site. So, please post in your site URL.

    #46152
    bobgarrett
    Participant

    Thanks but note it is still in an early stage of development!
    http://www.ccrc.co.uk/wordpress

    #46180
    Sakin
    Keymaster

    Ok for header right text you can add in the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-left {
        float: left;
        width: 25%;
    }
    #header-right {
        float: right;
        width: 75%;
    }
    @media screen and (max-width: 960px) {	
        #header-left, #header-right { width: 100%; }
    }

    But for the menu, you cannot make it left align for “Primary Menu” as this menu will be in Header Right Sidebar. So, remove that menu from your Header Right Sidebar and then do to “Appearance => Menus => Manage Locations” and then assign your menu to “Secondary Menu” and save changes.

    #46184
    bobgarrett
    Participant

    That’s great but even as a secondary menu, with its different style, it is still centred? It also has the colored background which I’d prefer not to have.

    #46253
    Sakin
    Keymaster

    You can color option in pro version you will have color options in your theme options panel to change it.

    To align left secondary menu, you can just add the following css in “Appearance => Theme Options => Custom CSS” box.
    #secondary-menu ul.menu li { float: left; }

    #46260
    bobgarrett
    Participant

    Great. Thanks.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header Right Side Bar Widget Wrap’ is closed to new replies.