Hi,
I have made adjustments to the sign up footer - but now the button look funny. Like it has been cut off?
How can I correct this?
Se the footer sign up here: https://krummes.com/
Hi,
I have made adjustments to the sign up footer - but now the button look funny. Like it has been cut off?
How can I correct this?
Se the footer sign up here: https://krummes.com/
Hello @HelleGoller
Greetings for the day.
Currently, the width of the footer button is set to auto however it can be fixed with CSS.
Add the below CSS code to the end of your theme CSS file :
.main-footer .subscribe .contact-form input[type="submit"] {
width: 100% !important;
}
Output :
Thanks
Hi @HelleGoller
Thank you for posting.
I have taken a look at the button and allow me to provide a solution for it. First, here is the result that I have managed to accomplish.
Here are my solutions. In your form code, please adjust the following line:
and change it to:
Then apply the following CSS:
#mailing-list-module {
max-width: 100%;
}
.font--button, a.font--button, input[type=submit] {
width: 20rem;
}
input, select {
margin-right: 2%;
}
If you need further support, don’t hesitate to let me know.
Hope this can help.
Best regards,
Where do I find the Css file?
Could you share what theme you are using?
Blockshop version 6.1.3
Please check if you can see "theme–async.css" file. Last time I checked that was one of the CSS file in the “Blockshop” theme.
Some themes also have theme.css and base.css files as CSS.
Thanks
I cannot find it - should it be under the theme.liquid or?
Here are the steps to find CSS file in the theme
Go to Online Store > Themes, find the theme that you are working on, then click on Actions > Edit Code.
Search for “.css” and you will find plenty of CSS files. One of these will be the theme’s CSS file. Can you share what you can see there?
Thanks
Here you go - which to select?
@HelleGoller You can go with theme.scss.liquid
I cannot find the code in mention I have the change in theme.sccs.liquid
Can you help? Attached the theme.
And also where to add the other extra code piece?