This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Page info not centered.

Resolved 9 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

9
  1. Daniel Staff 11 years, 7 days ago

    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. Pilar Davis 11 years, 6 days ago

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

  3. Daniel Staff 11 years, 4 days ago

    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. Pilar Davis 11 years, 2 days ago

    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. Daniel Staff 10 years, 11 months ago

    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. Pilar Davis 10 years, 11 months ago

    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. Andrew Misplon Staff 10 years, 11 months ago

    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. Pilar Davis 10 years, 11 months ago

    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. Andrew Misplon Staff 10 years, 11 months ago

    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.

Have a different question or issue?

Start New Thread