Modelling theme home sections vertical space

Home Forums All Other Themes Modelling theme home sections vertical space

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #100665
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi,

    web: http://www.perruqueriaroser.es

    1) In the vertical view of mobile there is too much empty space in some sections of the home page. How can I reduce this empty space?

    Attached three screenshots:

    2) Section 2 of the home page. Vertical view of mobile. Of the list of 4 services, the second is not centered.
     
    Attachment screenshot:

    How can I fix this issues?

    Thank you very much for your help!!
    Regards,
    Vanessa

    #100789
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Kindly go to Appearance » Customize » Basic » Custom CSS and paste below code there:

    @media (max-width: 479px) {
    .boxpattern-1, .boxpattern-2, .boxpattern-3, .boxpattern-4{width: 100%;}
    section{padding: 0 !important;}
    .home1_section_area{padding: 50px 0 !important;}
    .home2_section_area{padding: 40px 0 0px !important;}
    .home3_section_area{padding: 50px 0 !important;}
    .home6_section_area{padding: 15px 0 0 !important;}
    .home14_section_area{padding: 60px 0 10px !important;}
    .home15_section_area{padding: 55px 0 0 !important;}
    .home15_section_area .elementor-heading-title{margin-bottom: 40px;}
    }

    Regards,
    Shri

    #100815
    Vanessa GómezVanessa Gómez
    Participant
    • Topics: 175
    • Replies: 462
    • Total: 637
    Member since: July 4, 2016

    Hi Shri,

    Perfect. Works fine!!

    Thank you very much for your help.

    Regards,
    Vanessa

    #100844
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Great 🙂

    Regards,
    Shri

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.