Home>Support>Page info not centered.

Page info not centered.

Hi again
I know I need a different thread for each issue so here it goes. I have woocommerce as my ecommerce shop page and all of the content on the “Shop”page which shows all of the products is left oriented instead of centered. Is that a Vantage issue that I can correct? Thanks!

URL: http://alasheslife.com/shop

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago Daniel
    Hi, I Work Here

    Hi Pilar,

    Kindly place the following custom css at the bottom of the style.css file located via Appearance > Editor > Styles.css

    .woocommerce-page #container{
     margin-left: auto !important;
        margin-right: auto !important;    
    }
    

    Cheers

  2. 9 years, 7 months ago Pilar Davis

    Thanks but that didn’t do it. Everything is still left oriented. I tried every page set up (template option) and nothing worked.

  3. 9 years, 7 months ago Daniel
    Hi, I Work Here

    Hi Pilar,

    If you are using the premium theme could you please try adding the code by going to Appearance> Custom CSS.

    Please try and let me know!

  4. 9 years, 7 months ago Pilar Davis

    Hi Addo,

    I do have the premium and I put the code in Custom CSS. I tried all the different page options too and still it’s just barely indented from the left.

  5. 9 years, 7 months ago Daniel
    Hi, I Work Here

    Hi Davis

    First of all I apologize for the delayed response. Remove the one suggested earlier and try this out:

    .woocommerce-page #container {
      float:center!important;
    }
    

    Let me know the outcome.

    Cheers

  6. 9 years, 6 months ago Pilar Davis

    AddoThank you for the info but when I put that in to the style css it shut the entire website down. I couldnt even go into wp-admin to remove it. My host/server co had to go in and remove it for me. :(
       If it's meant to be nothing can stop it. If it's not, anything will.

  7. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi Pilar

    Thanks for your patience and sorry to hear about the hassles. If you see any Custom CSS on the forum and would like to use it, please insert it into the field provided at Appearance > Custom CSS. Any changes made directly to the style.css file will be lost during theme updates. CSS changes usually can’t bring the site down though. Usually that happens if the functions.php or other PHP file is edited. Just a bit of background there.

    Please try the following under Appearance > Custom CSS, it should do the trick, I tested it out now:

    /* WooCommerce center container */
    
    .woocommerce-page #container {
    float: none !important;
    margin: 0 auto;
    }
    
  8. 9 years, 6 months ago Pilar Davis

    YOU SHOULD BE IN I.T.!!! :D ooh yeah, you are. Smart move. Thank you sooo much Andrew! It worked perfectly,
       If it's meant to be nothing can stop it. If it's not, anything will.

  9. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Super, really glad to hear that did the trick. All the best for your website.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More