Sidebar in mobile version

Posted in: Newspaper
Post count: 16

Hello, i really like the mobile theme, but i have 2 questions about it.
First i want to remove the social icons on the top of the screen.
Secound, i have a really important button (i made it by image in the sidebar, witch is linkink to contact form7 page) that is “send us your new”. That is important for a local news site, and we want to make it possible to users to use this option from mobile phones. When i enable your mobile theme, there is no sidebar after the posts, and there are only top 3 news on the top and then leatest posts. How can i change all this?

Post count: 22421

Hello,

The top icons doe not have a setting to remove them but it can be done with this custom css:

@media(max-width:767px){
.td-menu-socials{
display:none;
}}

As for the sidebar, unfortunately the mobile theme does not have sidebars. it was created without them. If the sidebar is a must have on your site, then we suggest not using the mobile theme plugin as there is no way of adding sidebars in the mobile theme. sorry.
Thank you!

Post count: 16

Thank you for the answer!
Now how do i change the background image of the mobile menu when i`m not using the mobile theme plugin?

Post count: 22421

Hello,

The mobile menu color can be changed from here: http://screencast.com/t/cBsowgd5xFLb

Thank you!

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