Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1336463
    DerekbyDesign
    Participant

    Hi

    I maxed out the width of my site on the customizer page, both at Site Max Width (px) and at the Site Width (%). And I still need the width to increase can you please help. Secondly I want to be able to adjust the logo horizontally to the right and the menu items to the left. Can you help with that too, i first did a search but could not find this topic.

    #1336520
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    1. Please note that you can manually enter a number for site width and site max width.

    https://www.screencast.com/t/I8qDWtf3Ac

    2. You can add this under Custom > Edit Global CSS in the Customizer.

    
    .masthead-inline .desktop .x-nav {
        float: left;
    }
    
    .x-brand {    
        float: right;
    }
    
    

    Hope that helps.

    #1338323
    DerekbyDesign
    Participant
    This reply has been marked as private.
    #1338453
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    Please add this CSS at Appereance > Customizer > Custom > CSS :

    .x-navbar .desktop .x-nav > li > a > span {
        margin-right: 5em;
        margin-left: 5em;
    }

    Hope this helps!

    #1339036
    DerekbyDesign
    Participant

    Hi my menu acts all crazy when I insert the code
    all i need is to shift the menu with links to the < left
    have no idea to do this please help, thank you so much.

    #1339338
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thank you in advance.

    #1339475
    DerekbyDesign
    Participant

    Thank you for your time, attached is the image of what it is I am looking for. Thank You once again.

    #1339485
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .masthead-inline .desktop .x-nav {
        float: left;
        margin-left: 13px;
    }

    Hope that helps.

    #1339502
    DerekbyDesign
    Participant

    Thank You!!! That is perfect!!! what course should you recommened I take to understand CSS? Any recommendations? Or how to do the programming of websites? please let me know and thank you for the help!

    #1339512
    Thai
    Moderator

    Hi There,

    This website should help: http://www.w3schools.com/css/.

    Regards!

  • <script> jQuery(function($){ $("#no-reply-1336463 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>