• Resolved EgJS

    (@egjs)


    Hi,

    I really like your theme, very nice!

    One slight problem with our site is that when looking at the site on an iPhone the sidebar shrikes the widgets so that it’s trying to fit two side by side…

    Is this what it’s supposed to do…?

    Do you mind taking a look?

    Thanks!

    Our site is… http://www.craftideasforkids.co.uk

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter EgJS

    (@egjs)

    *that should be ‘shrinks the widgets’!!

    Theme Author aaviya

    (@aaviya)

    Hi,
    Could you add this at the end of your style.css file:

    @media only screen and (max-width:400px) {
    	.widget-area .widget {
    		float:none;
    		width:100%;
    		margin-right:0;
    	}
    }
    Thread Starter EgJS

    (@egjs)

    Thank you, that’s sorted it.

    You’re the best!

    Theme Author aaviya

    (@aaviya)

    You’re welcome.

    Feel free to rate the theme if you like it 😉

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Sidebar not working properly in responsive mode…’ is closed to new replies.