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

    Hi guys!

    Happy New Year to all of you…

    I have a problem on one of my pages. There is a table from a plugin, CSS3 Responsive Web Pricing Tables Grids (on http://www.zaplox.com/our-products-services/service-levels/) and it works on all devices (responsive) But I’m not happy with look n feel on the portrait view on a small smartphone (eg >320px)

    Is it possible some how to force, this page only, into landscape mode so I can make people turn their phone? :)

    #377111

    Hey Magnus!

    Try adding this to your custom CSS.

    @media only screen and (max-width: 320px) {
    #wrap_all { width: 600px !important; }
    }

    That will make it so any screen size up to 320px the width of the site will be 600px. I think that’s what your trying to do.

    Cheers!
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.