-
AuthorPosts
-
January 12, 2024 at 11:24 am #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,
KarinJanuary 12, 2024 at 1:49 pm #1429894Hey 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,
IsmaelJanuary 15, 2024 at 8:50 am #1430120Hi 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/9ut7dBest regards
KarinJanuary 15, 2024 at 10:35 am #1430131Hi,
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,
IsmaelJanuary 15, 2024 at 10:53 am #1430138The 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.
January 16, 2024 at 10:22 am #1430215Hi,
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,
IsmaelJanuary 16, 2024 at 5:29 pm #1430737Thank 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,
KarinJanuary 17, 2024 at 10:53 am #1430807Hi,
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,
IsmaelJanuary 24, 2024 at 4:22 pm #1431916Hi 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,
KarinJanuary 25, 2024 at 6:19 am #1431953Hi,
Thank you for the update.
You can add this css code to prevent the text from being cut off.
#kundenempfehlungen { overflow: visible; }
Best regards,
IsmaelJanuary 25, 2024 at 9:36 am #1431982Hi Ismael,
I added the code, but the problem remains.
Kind regards,
KarinJanuary 26, 2024 at 10:33 am #1432111Hi,
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,
IsmaelJanuary 26, 2024 at 11:51 am #1432124Great, that worked! But now the color section ist white.
CSS and JS compression ist active, I didnt change the default settings.
Best regards,
KarinJanuary 26, 2024 at 1:56 pm #1432135Sorry, everything ist fine now, the color section is also displayed as it should be.
Best regards,
KarinJanuary 26, 2024 at 4:01 pm #1432149Hi,
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,
RikardJanuary 26, 2024 at 4:26 pm #1432161Yes, you can close the topic, thank you!
Best regards,
KarinJanuary 26, 2024 at 4:40 pm #1432165Hi,
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 -
AuthorPosts
- The topic ‘customer reviews – align the text at the top’ is closed to new replies.