Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #828174

    Paul R
    Moderator

    Hi,

    Sorry, I am not really sure which margin you are referring to.

    Please note that you can adjust margins under Header > LOGO – ALIGNMENT in the customizer

    http://screencast.com/t/CLaeWYWapu

    You can also align the menus under Header > LINKS – ALIGNMENT

    Hope that helps

    #828823

    orangecrush
    Participant

    Hi, please see attached image. How do I change the left and right margins. Thanks!

    #829315

    Jade
    Moderator

    Hi there,

    You can try this CSS:

    @media (max-width: 767px) {
        .x-logobar-inner .x-container {
            width: 80%;
        }
    }

    The margin of this section is set to auto so the content will be displayed in the middle. You can adjust the value of the width so the margin will be adjusted as well automatically.

    #829317

    Jade
    Moderator

    Hi there,

    You can try this CSS:

    @media (max-width: 767px) {
        .x-logobar-inner .x-container {
            width: 80%;
        }
    }

    The margin of this section is set to auto so the content will be displayed in the middle. You can adjust the value of the width so the margin will be adjusted as well automatically.

    #832723

    orangecrush
    Participant

    Thanks!

    #833059

    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!