Tagged: x
-
AuthorPosts
-
March 8, 2017 at 1:50 pm #1399522
GorilloParticipantHello! 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 beforehandAll the best,
LinusMarch 8, 2017 at 1:53 pm #1399527
GorilloParticipantThis reply has been marked as private.March 8, 2017 at 2:30 pm #1399575
JoaoModeratorHi 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
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1399522 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
