Hello,
I am having an issue centring an β
I am not 100% sure on HTML and CSS so I am sorry if this seems simple to you this goes outside my knowledge
Hello,
I am having an issue centring an β
I am not 100% sure on HTML and CSS so I am sorry if this seems simple to you this goes outside my knowledge
Hi @TheToolboxshop , please share store password so I can take a look. Your store is password protected.
From your Shopify admin, go to Online Store > Preferences.
Scroll to the Password protection area
@TheToolboxshop Please provide the URL of your store and if it is password protected please share the password too. Thanks
Share the password
https://the-toolbox-shop-e9a8.myshopify.com/
Password βbreadβ
@TheToolboxshop Use this code instead of the code you are using.
<iframe height="1000" width="100%" src="https://www.vigor-equipment.com/konfigurator/index.php" frameborder="0" seamless="seamless"></iframe>
If I use 100% I get this as itβs from a German website I have translated it and itβs down to the resolution / dimensions on the Iframe it wonβt display in anything less than 1000x665
Use this code,
See my reply to @NerdCurator
.page-width--narrow {
max-width: 100%;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
@TheToolboxshop I have checked the issue and found the solution for it. It will require some custom coding. We need to create a page template to adjust the width of the page which then we can modify the iframe code as per our need. You can message me here directly too as I will need collaborator access to fix the issue. Thanks
Massive thank you to @NerdCurator for sorting this out for me!