Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #687943

    Hi

    My wife and I have a responsive site which we would like to display in a single column on an I pad Mini rather than the desktop view as it is quite hard to read. On my Nexus 7 tablet it shrinks down to one column like it does on a mobile phone but on a I pad Mini it still displays like the desktop view. Is there a way to easily change the size that it shrinks to single column view.

    This is our first attempt at a website and we don’t really understand complected coding.

    Any help is very much appreciated.

    Thanks
    Matt

    • This topic was modified 8 years, 2 months ago by mattcoomber1.
    #688234

    Any help is really appreciated. Still struggling with this.

    Thanks

    #688818

    I managed to sort this by adding this code `@media only screen and (max-width: 800px) {
    .flex_column { width: 100% !important; margin-left: 0 !important; }}` However I found it only works when columns are set to individual height rather than equal height.

    #689291

    Hi,

    glad you could find a solution to it. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

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