Moving the Heading left side position (Only on Pc)

Topic summary

A user seeks help repositioning the left navigation menu header, specifically for desktop browsers only (Chrome, Firefox, Opera, etc.), not mobile devices. The site in question is authenticpet.com.

Solution Provided:

PageFly-Henry offers a CSS fix with these steps:

  1. Navigate to Online Store → Theme → Edit code
  2. Locate the base.css file
  3. Add the following CSS at the bottom:
.header__inline-menu {
  margin-left: 1.8rem !important;
}

The discussion appears resolved with a concrete CSS solution targeting desktop-only header positioning.

Summarized with AI on November 15. AI used: claude-sonnet-4-5-20250929.

Hi @Idob

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

.header__inline-menu {

margin-left: 1.8rem !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly