Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #331522
    jus10hand
    Participant

    Not sure why this is happening. the mobile version of the site shows the title, menu, and promotional headline bunched up. Can these be spaced so that they do not stack on each other?

     

    Here is a screen garb:  https://ibb.co/GVPd9qN

     

    https://exiledjs.com

    #331542
    tikaram
    Participant

    @jus10hand : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (max-width: 768px) {
     .promotion-section {
      padding-top:80px;
     }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘mobile title/headline/menu on top of each other’ is closed to new replies.