Home Forums Basel support forum Single Product short description margin

Single Product short description margin

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

    ceibga
    Participant

    Hi Xtemos,
    I already change the margin (75px) of single product image by Custom CSS, but I don’t know what CSS code to change margin of short description and color swatch.

    Which CSS code to change this margin, please?

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

    Artem Temos
    Keymaster

    Hi,

    Could you please send us a link where we can see the problem?

    Thank you

    #15593

    ceibga
    Participant

    Please see this link below, I want product page have same margin in right and left side.

    #15594

    Artem Temos
    Keymaster

    Replace your code with this one

    .single-product-content .product-image-summary {
        padding: 0 75px;
    }
    #15595

    ceibga
    Participant

    Thank you for your advise, I tried {padding: 0 100px 0 15px;} and that’s what I want

    One more question, how to remove “read more” in shop archive page?

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

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .product-grid-item .btn-add {
    	display: none;
    }
    #15616

    ceibga
    Participant

    It worked, Thank you so much!!

    #15622

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘Single Product short description margin’ is closed to new replies.