April 6, 2017 at 12:34 am
Hi Kevin,
as requested I start a new thread as the outcome is still not the way I want it to be.
Here is the original post:
hi there,
I am now working with the split content widget which looks really nice (I mainly work in 1920×1080 res)
What I want to achieve now: If somebody uses i.e. 1400×900, the text beside my picture (headline “Many possibilities”)
should not compress, but collapse as whole.
Here is my page: *Login to see link
And an example of how it looks like when browser windows width is decreased: *Login to see link
Here is an example of what I want the text to behave like: See section “Wool tradition” and decrease width of your browser window: *Login to see link
Kevin wrote:
Are you wanting the headline for the split content to align left when the viewport is smaller?
Try this CSS:
.kt_imgsplit_content h4 {
text-align: left;
}
Let me know if that works for you
-Kevin
To answer: No, I don’t want to change the alignment of h4.
Please compare the behavior of the textblock beside the image when decreasing the viewport:
This blog (focus on “Wool tradition” section):*Login to see link
My site (focus on “Many possibilities” section):*Login to see link
What I want to avoid: Having a discrepancy of a small picture with long text (see i.e.: *Login to see link
Thanks