This topic has 6 replies, 3 voices, and was last updated 4 months, 4 weeks ago ago by Andrew Mitchell
I need to set content full screen so When i select “Stretch row and content” Vertical menu are overlapping content, How to solv this?
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
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.
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
thanks
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
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