Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1327418
    Flightwave
    Participant

    HI there,
    Please see: http://dev.flightwave.aero/product/edge/
    Login credentials to follow.

    Notice that the margin on the right side of the page is much larger than on the left side of the page.
    I’m not sure why this is.
    Can we reduce the right side margin to be equal to the left side margin?

    Thanks!

    #1327425
    Flightwave
    Participant
    This reply has been marked as private.
    #1327662
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .woocommerce .entry-wrap {
        padding: 0 0 0 130px !important;
    }

    Let us know how this goes!

    #1327781
    Flightwave
    Participant

    This does make the margins on both sides the same by making the left margin larger. Wondering however if it is possible to make them the same by instead making the right margin smaller – thereby creating even more horizontal space.

    THanks!

    #1328140
    Friech
    Moderator

    Hi There,

    Please add this code instead.

    .single-product .x-container.max.width.offset {
    margin: 0 auto;
    display: inherit;
    }

    If this does not work, replace the display: inherit; with display: block;

    Hope it helps, Cheers!

    #1328935
    Flightwave
    Participant

    Hmm – that didn’t seem to make any difference.
    Any other ideas?

    #1328989
    Nabeel A
    Moderator

    Hi again,

    It looks okay on my end. Can you please confirm if it looks okay on your end? Try clearing your browser’s cache and reload the site.

    Let us know how this goes!

    #1333584
    Flightwave
    Participant

    Hi Nabeel,
    Yes – it looks good – but what I’m trying to figure out – is how to reduce the margins on the outside (right and left) if I wish to do that. Right now – there’s about 1 1/2 inch margin on the outside of the browser window. If I wanted that to be 0, or smaller, how would I accomplish that?

    #1333636
    Joao
    Moderator

    Hi There,

    Please enter the following code to Appereance > Customizer > Custom > CSS

    .woocommerce .entry-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    
    .single-product .x-container.max.width.offset {
        margin: 0 !important;
        width: 100% !important;
    
    }
    

    Hope that helps

    Joao

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