Hi
Since I updated to the latest version of Enfold I now have the following issues regarding my site layout on TABLETS like Ipad Air when in portrait mode:
Icon List text and special headings gets cut off and are not displayed fully – see Strategy and Planning page and the heading entitled PERFORMANCE on the Marketing Management page. Also screenshots are saved in the media library of the site see the first 2.
Blog – the Twitter feed that I created from Twitter and embedded in the sidebar get cut off and not fully displayed. A screen shot is saved in the media library among the first 3 images.
This occurs mainly on tablets like Ipads when in portrait and the responsive mobile site kicks in. I would be very happy if you could assist me with this my website is http://www.marvinmiller.co.uk.
Thanks
Hi mrmmmiller!
Thank you for using Enfold.
Use this to fix the special heading:
@media only screen and (min-width: 768px) and (max-width: 989px) {
h1.av-special-heading-tag {
font-size: 30px;
}
}
I can’ t see the issue on the twitter widget.
Best regards,
Ismael
Hi Ismael
Thanks for your efforts here all seems to be working fine except:
Specifically on Ipad Air size screens displaying in portrait view the Icon List text and special headings gets cut off and are not displayed fully – see Strategy and Planning page
If you can solve this you are the man!
Hey!
Try with this:
@media only screen and (max-width: 989px) {
.iconlist_content *{
font-size: 14px;
}
.avia-icon-list .iconlist_icon{
margin-right: 15px;
}
}
Regards,
Josue
Job done Josue, you are the man.
Thanks