hello
im working on 1
i have a problem with the tablet version in the “dove siamo” page
2
as you can see in these pictures the text is cut
3 horizontal
4 vertical
5 i have set the structure of the page this way
ive just begun to work to this site and i have to create other pages.im afraid of finding the same problem with the same structure building page.
thank you
Hi!
Please try the following in Quick CSS under Enfold–>General Styling, it will hide the two 1/4 elements you have used to center the content for screens smaller than 1024 pixels on the dove siamo page only.
@media only screen and (max-width: 1024px) {
.page-id-85 .avia-builder-el-first, .page-id-85 .avia-builder-el-last{
display:none;
}
}
Regards,
Rikard
Hey!
Add this in the Quick CSS field to fix the icon list:
.iconlist_content {
word-wrap: break-word;
}
Site looks fine when I checked it on an iPod. If I may ask, what is the model of your mobile phone?
Cheers!
Ismael