Hi guys, my logo has dissapeared and im wondering how i can get it back to where i wanted it to be. Heres what i mean:
a logo should be there but its missing, any help would be greatly appreciated!!
here is my website:
Hi guys, my logo has dissapeared and im wondering how i can get it back to where i wanted it to be. Heres what i mean:
a logo should be there but its missing, any help would be greatly appreciated!!
here is my website:
Remove this element
left:-110px;
css you added in base.css
.header__heading-link {
left: 0;
position: relative;
}
Hi @BrickBuidz
Try this one.
h1.header__heading {
justify-self: center !important;
}
Result:
I hope it help.
"
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
"
Hi @BrickBuidz
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
h1.header__heading {
justify-self: center !important;
margin-left: -300px;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly