I would like to adjust the position of the heading so that it is roughly in the same position as the heading of the “About Us” example. Does anyone have an idea how I can do this?
PW: nonsense
I would like to adjust the position of the heading so that it is roughly in the same position as the heading of the “About Us” example. Does anyone have an idea how I can do this?
PW: nonsense
Hi @Roxolot ,
Try this.
form#ContactForm {
padding-top: 0px;
}
Result:
I hope it help.
If that code doesnt work you cant try this one.
.contact.page-width.page-width--narrow.section-template--19011405775181__form-padding form#ContactForm {
padding-top: 0px;
}
I hope it help.
Hello,
Please add the below code above in theme.liquid
online store >> edit code >> theme.liquid
.contact h2.title.title-wrapper--no-top-margin.inline-richtext.h1 { padding: 0 70px; }after added the given code store looks like this.
If our solution is helpful for you then Please like the post and tap on accepted.
If you want to discuss any further information then please contact us on our whatsapp.
We will always here for your help.
Thankyou ![]()
Thanks a lot. It works
Welcome. Good to hear, happy to help. ![]()