responsive/ xs

Home Forums Jevelin Theme responsive/ xs

Home Forums Jevelin Theme responsive/ xs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • bousraou
    Participant

    hi,

    when i make resposive the theme they are many space between slider and the first picture , how could i reduce it ?

     

    best regards

    Attachments:
    You must be logged in to view attached files.

    Hi @bousraou,

     

    I hope you are well today and thank you for your question.

     

    Could you please share the page URL from your site where it is displaying so that I can help you to reduce it?

     

    Best regards,
    Shufflehound team

    bousraou
    Participant

    Hi,

    Find here the url in field

     

    best regards

    You can remove that space by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 800px){
    #aboutus {
        padding: 100px !important;
    }
    #aboutus .sh-empty-space {
        height: 0 !important;
    }
    }
Viewing 4 posts - 1 through 4 (of 4 total)