Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #123603
    bjbarker
    Participant

    In ipad landscape view of my site, the left hand side column is being squashed and the primary sidbar widgets are too wide.
    Any thoughts on how to re-style please?

    http://cs008.info/classicsites.co

    Kind regards
    Brian.
    bjbarker.

    #123613
    Mahesh
    Keymaster

    @bjbarker: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and the following CSS:

    @media screen and (min-width: 991px) {
        #main {
            width: 75%;
        }
        .sidebar.sidebar-primary.widget-area {
        	width: 25%;
        }
    }

    Regards,
    Mahesh

    #123618
    bjbarker
    Participant

    That’s uncannily brilliant service.
    Sincerely.
    bjbarker

    #123626
    Mahesh
    Keymaster

    @bjbarker: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Ipad landscape view’ is closed to new replies.