Re: Margin in textboxes

How can I adjust the margin in my website's textboxes?

Rasmine
New Member
5 0 0

Hello.

 

I have a problem with my textboxes on my website. I want to push the textbox more in the middle of the page.

But the adjust features does not allow me to move the textbox. How can i add more distance from the left margin and my textbox?? ://

Replies 4 (4)

Guleria
Shopify Partner
4165 811 1168

Can you share the store URL ?
 And highlight where you need a gap much better if you share a screenshot.    

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Rasmine
New Member
5 0 0
Guleria
Shopify Partner
4165 811 1168

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your theme.css file and paste the following code at the bottom:

section#shopify-section-template--20793497583951__rich_text_Dde34k {
    margin-left: 10%;
    margin-right: 10%;
    border: solid;
}
- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
Rasmine
New Member
5 0 0

But if it is not for the whole theme, but only for one unique textbox?