Home Forums Azuma Azuma and page margins

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #13649
    Jenniek
    Participant

    Hi all – I’m using the free Azuma theme with WooCommerce and the shop pages have all lost their margins/containers. I want to fix it, but don’t want to do the wrong thing. Please help me adjust it. Check out http://www.axionarchery.com/products.

     

    Any help is appreciated.

     

    Thanks,
    Jennie

    #13651
    Andy
    Keymaster

    The theme header contains the beginning of the container wrapper like this:

    <div id="content" class="site-content clearfix">
        <div class="container clearfix">

    But you are using Elementor plugin to completely overwrite the theme’s header, so this HTML with the container is missing.

    You could try this custom CSS (Customize > Additional CSS) to make the main page area behave like the missing container:

    .content-area {
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
    #13665
    Jenniek
    Participant

    Thank you SO much for helping me!!

    #13666
    Jenniek
    Participant

    Worked like a charm.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Azuma and page margins’ is closed to new replies.