Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1429879

    Hi,

    in the customer reviews section, I would like to align the text at the top. What is the best way to do this?

    Thanks for your help!

    Best regards,
    Karin

    #1429894

    Hey ebenanders,

    Thank you for the inquiry.

    -Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    #1430120

    Hi Ismael,

    Thank you for your reply!
    I would like both the top text line and the navigation controls to remain in the same place.

    https://img.savvyify.com/image/9uqDn
    https://img.savvyify.com/image/9ut7d

    Best regards
    Karin

    #1430131

    Hi,

    Thank you for the screenshots.

    The default space between the testimonial title and comment should not be that big. Did you add any css modifications to the site? We may need to visit the site in order to properly inspect the elements. Please provide the site URL in the private field.

    Best regards,
    Ismael

    #1430138

    The reason for this is that I have set the color section to 500 px minimum custom hight to ensure that the clickable elements below do not jump up and down.

    #1430215

    Hi,

    Thank you for the info.

    To adjust the padding of the Color Section, please edit the element, go to the Layout > Margins & Padding section, then set the Section Padding settings to No Padding.

    You can also add the following css code to adjust the default section padding but this modification will be applied across the site.

    .content {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .avia-testimonial-wrapper {
        margin: 0;
    }
    

    Best regards,
    Ismael

    #1430737

    Thank you Ismael for your help, but its not really what I need. The default padding is fine. What I want is the first text line of each customer recommendation at the same hight. This would be even more important for the Navigation Control Icons. I add another screenshot.

    https://img.savvyify.com/image/kunden-empfehlungen.9R9JX

    Best regards,
    Karin

    #1430807

    Hi,

    Thank you for the screenshot.

    You can try this css code to adjust the alignment of the testimonial items.

    #kundenempfehlungen .avia-testimonial-row-1 {
        height: 100%;
        display: flex !important;
        flex-direction: column;
    }
    
    #kundenempfehlungen .avia-testimonial-content {
        flex-grow: 1;
    }

    Best regards,
    Ismael

    #1431916

    Hi Ismael,

    it works well, there is only one problem left: Longer texts are now cut off. I’ll send you another screenshot. Thanks for your help!

    https://img.savvyify.com/image/9RqjB

    Best regards,
    Karin

    #1431953

    Hi,

    Thank you for the update.

    You can add this css code to prevent the text from being cut off.

    #kundenempfehlungen {
        overflow: visible;
    }

    Best regards,
    Ismael

    #1431982

    Hi Ismael,

    I added the code, but the problem remains.

    Kind regards,
    Karin

    #1432111

    Hi,

    Did you toggle the html and file compression? Please add the css code below, then disable the cache and compression plugin temporarily before checking the page.

    #kundenempfehlungen {
        overflow: visible !important;
        margin-bottom: 100px;
    }
    

    Best regards,
    Ismael

    #1432124

    Great, that worked! But now the color section ist white.
    CSS and JS compression ist active, I didnt change the default settings.
    Best regards,
    Karin

    #1432135

    Sorry, everything ist fine now, the color section is also displayed as it should be.
    Best regards,
    Karin

    #1432149

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1432161

    Yes, you can close the topic, thank you!

    Best regards,
    Karin

    #1432165

    Hi,

    Thanks for letting us know, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘customer reviews – align the text at the top’ is closed to new replies.