How to show in mobiles the Widget Bar first!

Posted in: Newspaper
Post count: 82

Hi, I’ve got an optin widget in my sidebar. It works great for desktops, but in mobile devices the Widget Bar goes to the bottom and no one optins! So, I need to place the Widget Bar first in mobile responsiveness.

How can I do this?

Post count: 22421

Hello,

If you want to have the sidebar on mobile before the post content, you will have to modify the theme files to make the sidebar come first before the post content. Unfortunately there is no setting for this and it can only be done through customization. Here is an example on how to do it:
http://screencast.com/t/Llv6U3Vk and then use this css to move the sidebar back to the right (it will go left after the customization)

.td-main-sidebar{
float:right!important;
}

Thanks.

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