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

    • This topic was modified 3 months, 3 weeks ago by jus10hand.
    #331542
    tikaram
    Keymaster

    @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)
  • You must be logged in to reply to this topic.