Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #188540

    Hi,
    We love this theme! However, we are having some small issues with responsiveness that I hope are easy to fix. When viewing the site on an iphone the main slider is getting cut off. Is there a way to fix this to make it look better? Also, all text on a mobile device is getting slightly blurry. This one I am unsure if there is a solution to but I figured I would go ahead and ask. I think cufon was used to change the font to Avant Garde.
    http://trotterarchitect.com
    Thanks!
    Anna

    #189562

    Hey AsenOnline!

    Please try to insert following code into the quick css field

    
    @media only screen and (max-width: 989px) {
        .avia-slide-wrap img {
            max-width: auto !important;
        }
    }
    

    I couldn’t reproduce the text issue though. I marked the thread for Devin – maybe he can reproduce it.

    Regards,
    Peter

    #190194
    This reply has been marked as private.
    #190241
    This reply has been marked as private.
    #190703

    Hi!

    You could change the fonts using a css inside a mobile only media query. See the css>custom.css file for a sample query just like the one Peter mentioned above. So you would target each item you want to change (or the whole body font) and then change the font.

    The next/previous on portfolio items are set to go by data of the items added. For now I believe there isn’t anything in place to change their order.

    Cheers!
    Devin

    #190711
    This reply has been marked as private.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Responsive for mobile- slider and text problem’ is closed to new replies.