Re: How do I adjust the size of the borders in a text box?

Solved

How do I adjust the size of the borders in a text box?

lukafernada
Pathfinder
152 2 56

I want to decrease the height to this much but it won't do it without squashing the writing

Image 14-10-2024 at 01.35.jpeg

 

Alternatively, is there a way I can remove the text box white overall and just have the button, then I can edit in a white square in the photo behind it.

 

My website URL is cheffings.net

Accepted Solution (1)

comercioservice
Shopify Partner
283 38 34

This is an accepted solution.

@lukafernada 

 
   
hi Hope you are well,
I’ve taken a look at what you need—just a little CSS magic, and everything will be fixed! Follow my steps, and you'll have it sorted in no time!

1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the code in the end

 

<style>
.banner__box {
    padding: 0rem 3.5rem;
}
</style>​

 

result: 

gutenplayer_0-1728866419162.png

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

View solution in original post

Reply 1 (1)

comercioservice
Shopify Partner
283 38 34

This is an accepted solution.

@lukafernada 

 
   
hi Hope you are well,
I’ve taken a look at what you need—just a little CSS magic, and everything will be fixed! Follow my steps, and you'll have it sorted in no time!

1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the code in the end

 

<style>
.banner__box {
    padding: 0rem 3.5rem;
}
</style>​

 

result: 

gutenplayer_0-1728866419162.png

 

I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!