Shopify themes, liquid, logos, and UX
Hello,
Theme: Berlin
Website: www.byorto.com
I need help adjusting the dimensions of the split screen slideshow images and text
On mobile version - there is a "White" gap between the images and text, as well as between the text and the ticker. I want it to be filled completely so no white gaps
On both mobile + desktop the center white line is also doesn't fit perfectly. Leaves a gap as shown above
Last thing:
I am attempting to adjust this section in the footer but can't seem to find where to change it. Any one knows how to do so?
Thank you for your responses and help!
Solved! Go to the solution
This is an accepted solution.
Hi there,
I didn’t find any issues related to the line spacing on the desktop version.
However, for mobile, the main reason for the gaps is inconsistent content in the paragraphs, which results in unequal slide heights. You have two options:
.split-screen-slideshow__text-slider__wrapper {
height: 230px;
}
.split-screen-slideshow__text-slider__wrapper .richtext__content {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
line-clamp: 3;
-webkit-box-orient: vertical;
}
If you need further assistance, please contact me via email at Mehran.ali5300@gmail.com.
-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR
-If you need an expert Shopify developer for customization and development, feel free to contact me.
Email: Mehran.ali5300@gmail.com
WhatsApp: +92 343 0211536
This is an accepted solution.
Hi there,
I didn’t find any issues related to the line spacing on the desktop version.
However, for mobile, the main reason for the gaps is inconsistent content in the paragraphs, which results in unequal slide heights. You have two options:
.split-screen-slideshow__text-slider__wrapper {
height: 230px;
}
.split-screen-slideshow__text-slider__wrapper .richtext__content {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
line-clamp: 3;
-webkit-box-orient: vertical;
}
If you need further assistance, please contact me via email at Mehran.ali5300@gmail.com.
-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR
-If you need an expert Shopify developer for customization and development, feel free to contact me.
Email: Mehran.ali5300@gmail.com
WhatsApp: +92 343 0211536
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025