New Landing › How can we help? › Atelier › Header Options
Hi there,
Is there a way to adjust the text to the left of the header? I want to add text underneath “free shipping on orders over $50”? Is that possible?
Rob
Hi, I see the text is already aligned to left. Please explain your issue in detail. Thanks Mohammad
Hi, Mohammad… I want to have two lines:
‘Free shipping over $50’ AND UNDERNEATH this line I want: ‘$4.99 US&CAN and $9.99 INT.’
Hi, Have you tried to insert this text in header options? Thanks Mohammad
Yes… Would that not be where I inserted it originally?
The problem is I don’t want it on one line. It needs to be on TWO lines.
Hi,
Try to place the 1st line with some p tags around so it can break the line <p>Free shipping over $50</p
<p>Free shipping over $50</p
-Rui
It works, but the spacing between the lines is too big. It needs to be closer together. Suggestions?
Can you place the 2 lines so I can try to adjust it. Also can’t close that modal that is showing up.
Two lines have been inputted for you.
Click anywhere on the screen and it should close or top right corner you can hit the exit button.
Add this code to the custom css option.
.header-left p { margin-bottom: 0px; }
Hope it helps.
Didn’t work.
Hi, Please try to use this custom css code:-
.header-left p { margin: 0px !important; }
Thanks Mohammad
Still no change.
It definitely works, please move it to the top of your custom css.
If that doesn’t work please provide a login so I can check why there’s an issue, cause that css is working for me
– Kyle
You must be logged in and have valid license to reply to this topic.