Okay
  Public Ticket #1432163
Header Is Not Resposive
Closed

Comments

  • Chandan started the conversation

    Hi,

    I renamed the header but its appearing distorted on mobile devices.

    Please let me know how to fix that.

  • Chandan replied

    Here is the one more for mobile.

  •  1,625
    Andrey replied

    Hello, Dear Chandan!

    In order to fix this issue, please click WP Dashboard => Appearance => Customize => Additional CSS and insert here the following code:

    .section_padding_bottom_50 > [class*="container"] {
        padding-bottom: 0px; 
        
    }
    .section_padding_top_50 > [class*="container"] {
        padding-top: 0px; 
    }
    .slider-bottomline {
        margin-top: -90px;
    }
    

    Then click "Publish" button.