Hi There Everyone, I am designing my online store and in the contacts page where it says the title: “Contact” beneath that I want to add some text as shown in the pictures below; (1st pic is my store), (2nd pic is what I want) I want the same text as the 2nd photo in same format beneath the contact title. Any help is appreciated Thanks!
MY STORE: www.gadget-pods.store
Hi @Pods10101 !
In Admin => Contact Page, you can add a new block of Rich Text under Page:
Add this customisation in the side bar:
And add in the text as required. You can also make sure the content vertically lines up on Desktop using this CSS:
These are desktop and mobile examples from my test page:
Hope this helps! Let me know if you need any more details.
Hi there Thanks, But how do I decrease the space between the text and the header “Contact”?
and I also want the header text and form buttons to be aligned to the left they are not aligned properly
You can reduce the bottom padding with the slider on the Contact header (Page selected).
From this:
To this:
And reduce the top padding with the slider in Rich Text:
If you want all the sections to be vertically inline as in this example:
Then you can increase the padding-left on the p tag in Rich Text, for example:
p {
padding-left: 30px;
}
Let me know if this answered your question or if you need more details.