What's your biggest current challenge? Have your say in Community Polls along the right column.

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
3692 741 1039

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

- 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
3692 741 1039

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;
}
- 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?