Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #263290
    Avani
    Participant

    Hello!

    can someone please help me about the following topics:

    I would like to improve the spacing on the desktop layout- meaning put the content on the text closer together, like for instance on the homepage the part below ‘Welcome to Avani’ where our criteria are described. There is quite some space between the text, the criteria and the dots.
    https://avani.online/
    Also, if you scroll further down, before and after ”customer information” there is quite some space.

    Is that possible?

    Furthermore, I would like to remove one time the heading H2 word ”description” on the product page.
    https://avani.online/product/sweater-gents-green-copy/

    Can someone please support?

    #263366
    Skandha
    Participant

    @avani: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    #testimonial-content-section {
        padding-top: 0;
        padding-top: 0;
    }
    .testimonial-content-section .hentry {
    	padding-bottom: 0;
    }
    .home #content {
        padding-top: 0;
    }

    Can you please let me know which text you would like to remove on the products page?

    Let me know if this works out!
    Kind Regards,
    Skandha

    #263421
    Avani
    Participant

    @Skandha/: the coding to remove the spacing worked, thank you!

    I would like to remove once the heading ”description” on the product pages, like f. ex.:

    http://www.avani.online/product/sweater-gents-green/

    description

    Furthermore, do you know on how I can decrease the size of the Avani logo on the mobile screen?

    mobile

    Thank you a lot!

    #263549
    Skandha
    Participant

    @avani: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code

    .single-product .site-description {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #263684
    Avani
    Participant

    Hi @Skandha: unfortunately, the additional CSS code for description did not solve the issue.
    I also wrote you an email. Maybe we can talk about another solution in the email conversation.
    Thank you!

    #264240
    Avani
    Participant

    Hi @Skandha: I figured it out and solved it! Thanks!

    #264310
    Skandha
    Participant

    @avani: Glad the issue is resolved. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Improve spacing and remove the heading description’ is closed to new replies.