Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
The inline embedded video needs to stretch across the entire page, not be confined to the default page template width - how can I achieve this?
Here's the page URL
https://pro.averraglow.com/pages/behind-the-bench
Solved! Go to the solution
This is an accepted solution.
oh sorry for that issue can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
.page-width.page-width--narrow.section-template--16002066514143__main-padding {max-width: 100%;}
.page-width.page-width--narrow.section-template--16002066514143__main-padding h1.main-page-title.page-title.h0 {max-width: var(--page-width);margin: 0px auto 30px;padding: 0 9rem;}
This is an accepted solution.
yes please add this code also
.page-width.page-width--narrow.section-template--16002066514143__main-padding h1.main-page-title.page-title.h0 {display: none;}
This is an accepted solution.
oh sorry for that issue can you try this code
1. Go to Online Store->Theme->Edit code
2. Asset->/base.css ->paste below code at the bottom of the file.
.page-width.page-width--narrow.section-template--16002066514143__main-padding {max-width: 100%;}
.page-width.page-width--narrow.section-template--16002066514143__main-padding h1.main-page-title.page-title.h0 {max-width: var(--page-width);margin: 0px auto 30px;padding: 0 9rem;}
Beautiful Ketan! Thank you so much.
its my pleasure to help us
@KetanKumar - in this same URL, do you know how I can hide the page title?
The text/title I want to hide is Averr Aglow Professional Presents:
This is an accepted solution.
yes please add this code also
.page-width.page-width--narrow.section-template--16002066514143__main-padding h1.main-page-title.page-title.h0 {display: none;}
its my pleasure to help sure