Hi Simon!
Are you able to post a link to the site? What plugin specifically are you using for the advanced text widget?
@simonester Whats your site address?
Hi,
thanks for your answers.
My site is http://www.koerperrasierer-test.de
@jose I use a build-in widget from the optimizer theme.
Hi SimonEster
Insert this in Appearance -> Customize -> Miscellaneous -> Custom CSS
h1.about_header {
overflow-wrap: break-word;
}
Thanks
Thanks layerthemes,
but unfortunately it doesn’t work.
Hi
Apologies. I thought you were talking about “About Widget” heading. Besides image distortion, I have noticed issue of slider text ass well.
Insert this in Custom CSS
@media screen and (max-width: 480px) {
.stat_content_inner {overflow-wrap: break-word;}
.text_block_content img {height:auto;}
}
Thanks
Thanks a lot,
that solved a problem I haven’t even noticed.
But the problem I have is that the images in the content, of the “Advanced text Widget” on the front page are distorted(stretched) on mobile devices. (I mean the pictures of the razors)
I hope you understand now what I mean.
Again, thanks for the great support!
@simonester I just checked your site on a mobile device. The razor images looks great. They are resized proportionally to fit the theme as its a responsive theme.
Thanks
Thanks a lot!
I have another problem with the frontpage.
When I use a static page as front page the slider disappears.
I want the slider(Image) and below it a static page as frontpage, is that possible?
Best Regards
Hi
To display the slider you have to set your front page display to latest posts. But if you are unwilling to set it to latest posts, follow these tutorial.
Thanks