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

    I am loving the theme in general on desktop, but have run into a few issues with mobile display that support has so far been great in helping with.

    This is a screenshot of the site in portrait view on an iPad, though the issue is still there in landscape view. The site is here as well: http://104.236.40.172/

    You can see the sidebar looks really bunched up, and with excessive padding to the left of it. I does look slightly better in stretched view, but my boss does not want to use that, and it still does look a bit bunched up even then.

    I know I can change the sidebar width, but when I try that it still looks like too much padding to the left of the sidebar so it doesn’t really fix anything. It’s not an issue on desktop, just on tablets.

    Do you have any ideas to make it less bunched up looking on tablet display?

    SCreen

    Thanks

    • This topic was modified 9 years, 9 months ago by torndownunit.
    #396116

    Hey torndownunit!

    Try the following in your Quick CSS:

    @media only screen and (max-width: 959px) {
    .inner_sidebar {
    margin-left: 0px !important;
    }
    }

    Cheers!
    Rikard

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