Hi!
I have a problem with my H1 and description on this page:
https://www.laraheems.com/collections/necklace
As you can see the H1 is in the middle of the page however I would it to be above the description like on this website:
https://www.thehouseoutfit.com/collections/nudes
How can I do it?
Hi @Michau00 ,
This is Victor from PageFly - Landing page builder, Iād like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.scss.css->paste below code at the bottom of the file:
@media screen and (min-width:767px){
h1.section-header__title {
position: relative;
left: 10%;
}
}
Hope my answer will help you.
Best regards,
Victor | PageFly