Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #205805

    Hi there,

    First of all thumbs up for the great theme. However, I have a small scaling issue on my iphone. On numerous pages, including http://www.easyshoots.nl/productfotografie/, the end of the header text (H2) is cut off if the word (productfotografie) is too long.

    Furthermore, on my pricing page (http://www.easyshoots.nl/tarieven/) on an iPad, vertical view, the price is cut off as well (12,95 & 14,95). Is there anything I could do about this issue?

    Thanks in advance.

    #205894

    Hey bloomfashion!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 480px) { 
    h2.av-special-heading-tag { font-size: 24px; }}
    @media only screen and (min-width: 767px) and (max-width: 989px) {
    .pricing-table li.avia-pricing-row { font-size: 50px; }}

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Mobile responsiveness’ is closed to new replies.