Home Forums Basel support forum How to contol gap between paragraphs?

How to contol gap between paragraphs?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #9818

    MieT
    Participant

    Hi,

    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
    MieT

    #9824

    Artem Temos
    Keymaster

    Hello,

    Could you please send some screenshots of what you would like to change and the link where we can see it?

    Regards

    #9872

    MieT
    Participant

    Hello,

    You will find screenshots in attachments.

    I tried to change “Line height” parameter in Typography section, but it does not work…

    Regards
    MieT

    Attachments:
    You must be logged in to view attached files.
    #9880

    Artem Temos
    Keymaster

    Hi,

    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

    #9888

    MieT
    Participant

    Ok, 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 products

    It’s strange…

    I would like to have Description BEFORE Sidebar:
    – title,
    – short description
    – add to cart
    – SKU etc.
    – description
    – SIDEBAR
    – related products

    Is 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,
    MieT

    #9890

    Artem Temos
    Keymaster

    Hi,

    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

    #9895

    MieT
    Participant

    Hello,

    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,
    MieT

    #9897

    Artem Temos
    Keymaster

    Hello,

    We will consider adding some fix for this issue in the future.

    Thank you

Viewing 8 posts - 1 through 8 (of 8 total)