Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1399522
    Gorillo
    Participant

    Hello! I have two questions.

    1. I use Cornerstone for most of the pages on my site, and The Grid for product categories. But for the actual individual product pages, I use whatever WooCommerce uses, which is posted like a regular WordPress post I guess?
    These individual product pages, I have left-align on text so that it fits well to the product picture. But everything on the page is aligned extremely to the left, even though I used custom CSS to fix the max width for the other pages. I want to keep the left-aligned text but center the whole page, or at least move it a bit to the right. How do I do that? See picture.

    2. This exact left alignment of text on individual product pages looks awful on iPad and mobile. How do I center-align all text on the product pages, just for mobile?

    I’ll send login in an additional post.
    Thank you so much beforehand

    All the best,
    Linus

    #1399527
    Gorillo
    Participant
    This reply has been marked as private.
    #1399575
    Joao
    Moderator

    Hi There,

    1- Please add the following code to Appereance Customizer Custom CSS

    .woocommerce .entry-content:first-child {
         margin: auto;
    }

    2- I dont think it looks better but please add:

     .summary.entry-summary p {
        text-align: center !important;
    }

    Hope it helps

    Joao

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