How to Hide tags, Provide Margin in Mobile & Increase Questions text size in question page in Mobile

4.43K viewsGeneral
0

Hi,

I need the following answers

  1. How to Hide tags
  2. How to provide some margin for the question ( Means move the question below from the header menu) ( only for mobile )
  3. How to Increase the Questions Size in Questions page ( only required in mobile view)

Note Point 2 & 3 changes required for mobile view only.

0

and for Margin ?

Plz give the relevant code

0

As I remember I have already answered your first question. You just have to put my given code into style.css of your theme.

For increasing text size, simply add this to your style.css:

@media only screen and (max-width: 767px) {
    #anspress .ap-questions-title {
        font-size: 16px;
    }
}