Why did my website logo disappear and how can I restore it?

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:

https://brickbuildzz.com/

Remove this element

left:-110px; 

css you added in base.css

.header__heading-link {
    left: 0;
    position: relative;
}

Hi @BrickBuidz

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
h1.header__heading {
    justify-self: center !important;
}

Result:

I hope it help.

" :glowing_star: Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! :raising_hands: "

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