Product page button placement

Solved

Product page button placement

jeffreym
Pathfinder
145 2 30

Hi guys I am having issues with my custom add to cart button. It is showing it is in the correct placement on shopify customization but on my actual url it is misplaced.  Please help align it.

Thank you in advance guys!

URL: hygiadental.com
PW: myown

Screenshot 2025-02-23 at 7.36.54 PM.pngScreenshot 2025-02-23 at 7.37.00 PM.png

Accepted Solution (1)

FrankyGiap
Shopify Partner
88 15 12

This is an accepted solution.

Hi @jeffreym ,

Please follow this guide:

a. Goto Shopify Admin -> Online Store -> Themes
b. On your current theme, click ... -> Edit code
c. Follow 1 -> 2 -> 3 to search end of head tag

theme-liquid.png

d. Add follow code, it can be fix your problem. In case you want to increase space, you can adjust value "650px" as you want 🤗

<style>
	#shopify-section-template--18361987661924__video_NVCA3F .video-section {
		max-height: 650px !important;
	}
</style>

 

- Solved it? Hit Like and Accept solution or ❤️Buy Me Coffee❤️
- Fusion Workflow: Automate Your Store with Precision and Ease

View solution in original post

Replies 2 (2)

LizHoang
Shopify Partner
1250 158 196

Hi @jeffreym  

I dont see the password input 

LizHoang_0-1740307983721.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

FrankyGiap
Shopify Partner
88 15 12

This is an accepted solution.

Hi @jeffreym ,

Please follow this guide:

a. Goto Shopify Admin -> Online Store -> Themes
b. On your current theme, click ... -> Edit code
c. Follow 1 -> 2 -> 3 to search end of head tag

theme-liquid.png

d. Add follow code, it can be fix your problem. In case you want to increase space, you can adjust value "650px" as you want 🤗

<style>
	#shopify-section-template--18361987661924__video_NVCA3F .video-section {
		max-height: 650px !important;
	}
</style>

 

- Solved it? Hit Like and Accept solution or ❤️Buy Me Coffee❤️
- Fusion Workflow: Automate Your Store with Precision and Ease