“Stretch row and content” Vertical menu are overlapping content

This topic has 6 replies, 3 voices, and was last updated 3 months, 4 weeks ago ago by Andrew Mitchell

  • Avatar: goong
    goong
    Participant
    June 26, 2024 at 12:39

    I need to set content full screen so When i select “Stretch row and content” Vertical menu are overlapping content, How to solv this?

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2024 at 13:39

    Dear @goong,

    We hope this message finds you well. We would like to suggest adding the following Custom CSS to your page or implementing it globally in Theme Options to achieve the desired layout:

    @media only screen and (min-width: 993px) {
        body:has(.site-header-vertical) .vc_section[data-vc-stretch-content] {
            padding-inline-start: var(--header-vertical-size,90px);
        }
    }

    You can view the expected outcome by following this link: https://prnt.sc/1hqw4f3hvBjM

    Should you require any further assistance, please do not hesitate to contact us.

    Best Regards,
    Jack Richardson
    The 8Theme Team

    Avatar: goong
    goong
    Participant
    June 26, 2024 at 14:33

    thanks for reply, it s work but i put the code to other page, but it s not success, please see the page url in private area.

    Please contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 26, 2024 at 14:51

    Hello @goong
    You could try to modify the Custom CSS previously provided by us with next one:

    
    @media only screen and (min-width: 993px) {
        body:has(.site-header-vertical) .vc_section[data-vc-stretch-content] {
            padding-inline-start: var(--header-vertical-size,90px);
        }
    body:has(.site-header-vertical) .vc_section[data-vc-stretch-content] > .vc_row {
        padding-inline-start: var(--header-vertical-size,90px);
    }
    }

    Kind regards,
    Jack Richardson
    The 8theme’s team

    Avatar: goong
    goong
    Participant
    June 26, 2024 at 15:05

    thanks

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    June 26, 2024 at 15:06

    Dear goong,

    Choosing our theme reflects your commitment to quality, and for that, we’re genuinely grateful. As we constantly strive to elevate your experience, your feedback is an invaluable gift. Could you kindly take a moment to rate our product with 5 stars on ThemeForest?

    Click here to share your insights: https://themeforest.net/downloads

    Your support fuels our journey, and we appreciate it more than words can express.

    Best Regards,
    The 8Theme Team

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘“Stretch row and content” Vertical menu are overlapping content’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.