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.

Vantage Premium Theme Jetpack Tiles Problem

Resolved 11 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

Hello everyone! I am very glad to acquire the vantage premium theme. I have been working with a website for a month or so and my tiled gallery was big showing a full size images. Today I bought the Vantage Premium and now my gallery is in a smaller size. What can I do in order to show full size images? Thank you very much.

http://www.pescacozumel.com/book-now/

URL: http://www.pescacozumel.com/book-now/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

11
  1. Andrew Misplon Staff

    Hi Mimenza01

    Very sorry about the late reply. We work through a prioritized forum queue, and unfortunately it’s taken us some time to get to your thread.

    https://siteorigin.com/about/forum-thread-prioritization/

    Because it’s been a while since you posted this, would you mind letting us know if you still need help? If so, we’ll jump right in.

  2. mimenza01

    Hello, I have not been able to resolve the issue. I would be very happy if you can give me some help.

  3. Andrew Misplon Staff

    Thanks for the feedback.

    Please, try the following very simple plugin for us:

    https://wordpress.org/plugins/custom-content-width/

    Set the new content width variable to 1080.

    Let me know how that goes.

  4. mimenza01

    Thank you very much! the problem was solved. I have another minor issue, my woocommerce pages like cart, checkout and others are not centered, they are align left. Is there a way to change this? In order to improve our appearance.

    Thanks!

  5. Andrew Misplon Staff

    Glad to hear you’ve made progress. Try the following at Appearance > Custom CSS to help the WooComerce problem:

    /* WooCommerce */
    .woocommerce-page.woocommerce-cart #primary {
        float: none;
        margin: 0 auto;
    }

    Let me know how that goes.

  6. mimenza01

    Hello! yes the css worked for the Cart page but the Checkout Page is still align left.

  7. Andrew Misplon Staff

    On the Checkout page, the WooCommerce shortcode is in a Visual Editor widget. Can you please, remove it from the Visual Editor widget and rather insert it in the regular Visual tab. I should be correct in saying there isn’t anything on this page except the shortcode so it’s not necessary to use Page Builder.

  8. mimenza01

    Ready, I removed the visual editor widget tab and it didn’t make any changes. I do not know what can be causing this, it is very strange, I have already tried other options and I am with the same issue.

  9. Andrew Misplon Staff

    Thanks.

    Please, change our previous Custom CSS to:

    /* WooCommerce */
    .woocommerce-page.woocommerce-cart #primary, .woocommerce-page.woocommerce-checkout #primary {
        float: none;
        margin: 0 auto;
    }
  10. mimenza01

    Thank you very much! The problem was solved! Great attention from you and SiteOrigin

  11. Andrew Misplon Staff

    Super :) Glad we could resolve.

    All the best with your site.

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