Shopify themes, liquid, logos, and UX
i want to icrease width of enter your email horizontally as mentioned in image by black box.. and want the subscribe button size 1/3rd
URL : https://baab16-dc.myshopify.com/
PASS : Drapex
Solved! Go to the solution
This is an accepted solution.
Hello @rgeafrauuhf
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.input-group .input-group-field {
min-width: 100% !important;
}
.text-center .newsletter-section__content form {
padding-right: 17% !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hello @rgeafrauuhf
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.input-group .input-group-field {
min-width: 100% !important;
}
.text-center .newsletter-section__content form {
padding-right: 17% !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
- Here is the solution for you @rgeafrauuhf
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
.input-group-field.newsletter__input {
width: 300px !important;
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hi @rgeafrauuhf ,
We can do this through CSS.
To get started, follow these steps:
.input-group.newsletter__input-group {
max-width: unset;
width: 100%;
display: grid;
grid-template-columns: 2fr 1fr;
}
.newsletter-section .input-group.newsletter__input-group .btn {
width: 100%;
}
Try changing the width .input-group.newsletter__input-group from 100% to any value to suit it to your liking.
Result:
Let's connect and grow your Shopify business together!
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- Connect with me at: roy.solution.partner@gmail.com ( CRO | Site Speed Optimization | Custom Development )
Hi @rgeafrauuhf ,
I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!
Step 1: Go to Admin -> Online store -> Theme > Edit code:
Step 2: Search for the file theme.css. And add this code snippet to the end of the file.
.input-group.newsletter__input-group {
width: 100% !important;
}
.input-group.newsletter__input-group span.input-group-btn button {
width: 100px !important;
}
.input-group.newsletter__input-group span.form__submit--large {
display: flex !important;
justify-content: center !important;
}
Step 3: Save your code and reload this page.
=>> The result:
We hope my suggestions will solved your issue.
If it is helpful, can you kindly give us likes and mark the solution for us?
Have a nice day, sir
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024