• Resolved jonb211

    (@jonb211)


    Hi, I like this theme a lot (thanks). Wondering how, for mobile, I might keep my sidebar/widgets display on right, rather than being moved to bottom for the responsive display. Thanks for any help.
    Jon B. St Paul Mn

Viewing 1 replies (of 1 total)
  • Theme Author Chrisdc1

    (@chrisdc1)

    Hello, sorry for the delay getting back to you with this. The simplest way to do this is with the Jetpack custom css feature. Install the plugin and activate custom css, then use it to add this code to your site. This will give you a fluid layout which will get cramped on small screens, so if you want to make a fixed layout add this too:

    #page {
    	width: 920px;
    }

    Hope that helps, let me know if you have any questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Keep sidebars/widgets on right, re mobile’ is closed to new replies.