issue#2

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #240561
    unusgouri
    Spectator
    1. how to use h1,h2,h3,h4,h5,h6 of different size for mobile view only.
    sir at present these heading sizes are ok for desktop view but on mobile view these are appearing large. so give me code to reduce the change the size of these headings as per the device visibilty.
    1. sidebar widget section on mobile has almost zero padding on mobile view. plz tell me how to incrase the padding to left and right of sidebars.

    2. can u plz import some popups.

    #240704
    Diana
    Participant
    @unusgouri In this way, you can change the font size for mobile devices only. Adjust font-size according to your requirement @media (max-device-width: 600px) { h3 { font-size: 1.2em;} } For sidebar: Please share a screenshot or a page link Import Popups:  Can you please explain this in detail with screenshot. I didn't get what you are trying to point here
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘issue#2’ is closed to new replies.