Site logo

Archived topic

Mobile view question

5 replies · Started by Anonymous on August 4, 2016

Viewing posts 1–6 of 6

I want to remove right side bar for mobile view. How do I do through custom css

You could do something like this:

@media (max-width: 768px) {
    #right-sidebar {
        display: none;
    }
}

It is not working. It says syntax error when added to my custom css

I do not want right sidebar and its content on mobile view. I want full width content instead. How do I do it.

I want to embed menu in the header and save space in mobile view. How can I do it.

I want Google ad to be displayed on the header and next to the post in mobile view. How to do it.

sangam

This archived topic is closed to new replies.