Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #855939

    JulieBDB
    Participant

    Hello,

    Could you please help me reduce the left and right margins on my website?

    I tried to add this in CSS but it didn’t work

    .x-container-fluid.max.width {
    max-width: 100%!important;
    width: 100%!important;
    margin-top: 0px;
    margin-bottom: 0px;

    I also need to reduce the width of the right bar to make more room to the core content of the page.

    I’ll send you the my login details in a private message.

    Many thanks in a advance

    Kind regards,
    Julie

    #855944

    JulieBDB
    Participant
    This reply has been marked as private.
    #856127

    John Ezra
    Member

    Hi Julie,

    Thanks for writing in! You can try this instead under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-container.max {
        max-width: 100%;
        width:100%;
        margin-top: 0px;
        margin-bottom: 0px;}
    }

    Hope this helps – thanks!

    #875840

    JulieBDB
    Participant

    Thank you! Works perfectly

    Cheers,
    Julie

    #876200

    Lely
    Moderator

    You’re welcome Julie!

    Always,
    X