Home › Forums › Basel support forum › How to contol gap between paragraphs?
How to contol gap between paragraphs?
- This topic has 7 replies, 2 voices, and was last updated 7 years, 10 months ago by Artem Temos.
-
AuthorPosts
-
February 9, 2017 at 10:24 pm #9818
MieTParticipantHi,
I have two questions:
1. How may I control gap between paragraphs in Text font?
2. On product page I would like to reduce gap between Add to wishlist, SKU, Category, Tag. How may I control this parameter?Regards
MieTFebruary 10, 2017 at 5:01 am #9824
Artem TemosKeymasterHello,
Could you please send some screenshots of what you would like to change and the link where we can see it?
Regards
February 13, 2017 at 12:05 pm #9872
MieTParticipantHello,
You will find screenshots in attachments.
I tried to change “Line height” parameter in Typography section, but it does not work…
Regards
MieTAttachments:
You must be logged in to view attached files.February 13, 2017 at 4:23 pm #9880
Artem TemosKeymasterHi,
Try to add this code snippet to the Custom CSS area
.single-product-content .product_meta>span, .single-product-content div[itemprop=description] p { margin-bottom:10px; }
Regards
February 13, 2017 at 5:21 pm #9888
MieTParticipantOk, works fine.
What about spacing between paragraphs?
I have two more questions:
1. On single product page on mobile I have the following sequence:
– title,
– short description
– add to cart
– SKU etc.
– SIDEBAR
– description
– related productsIt’s strange…
I would like to have Description BEFORE Sidebar:
– title,
– short description
– add to cart
– SKU etc.
– description
– SIDEBAR
– related productsIs it possible to change it?
2. Ho may I control the amount of related products?
I work on child theme – do I need to add some function to “functions.php” in child theme directory?
I tried to apply this guide, but not working…
https://docs.woocommerce.com/document/change-number-of-related-products-output/Regards,
MieTFebruary 13, 2017 at 6:44 pm #9890
Artem TemosKeymasterHi,
You can change paragraphs spacing with this code
p { margin-bottom: 10px; }
1. Sorry, but it is not possible to change this sequence for mobile devices only.
2. You can change this number in
basel/woocommere/single-product/related.php
file.Regards
February 13, 2017 at 7:37 pm #9895
MieTParticipantHello,
This situation disqualifies to use sidebar for mobile on product pages…
Maybe You can think about this in the feature theme update?Thank you for the answers to the other questions – it works.
Best regards,
MieTFebruary 13, 2017 at 7:52 pm #9897
Artem TemosKeymasterHello,
We will consider adding some fix for this issue in the future.
Thank you
-
AuthorPosts
- You must be logged in to create new topics. Login / Register