Hi there,
I’m thankful for the overall support given for the enfold product. Just at the moment, I seem to experience a slight glitch when viewing the website on an ipad, when posed on a portrait layout, the 1/4 and 3/4 combination layout seem to overlap the content and the (3/4 part) of text will overlap onto the (1/4) part of text if posed on the left.
May I check if there is a CSS solution to this issue to keep the content from “overflowing” onto the left (1/4) segment? Thanks!
Regards,
Robert Chai
Hi!
Please use this on Quick CSS:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.portfoliotypeheader {
letter-spacing: -2px;
font-weight: bold;
font-size: 40px;
line-height: 50px;
width: 100%;
display: block;
}
}
Regards,
Ismael
Hi Ismael,
Many thanks! It works perfectly! Appreciate the fine detail in making sure it fits nicely into my theme! Have a great day ahead of you! ;)
Regards,
Robert Chai