Virtually all the headers on my site (and even those in icon lists) get cut off when resizing the window of my browser. The right most portion seems to disappear before the page resizes itself and makes it legible again. Thanks for your help!
Hi reederjack5252!
I tried resizing browser window and i checked your website on my iphone but i cannot reproduce the issue. Can you please post a screenshot of the issue you are getting? You can upload your screenshots on imgur.com or Dropbox public folder
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1145px) and (min-width: 767px) {
h2.av-special-heading-tag { font-size: 17px; }}
Regards,
Yigit
Yigit,
I do appreciate your help. I think we’re almost there. When the window is 770px wide the headings resize larger and get cut off. Is there any way of making all heading responsive so that that the font size changes to prevent this?