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:
- Navigate to Online Store → Theme → Edit code
- Locate the base.css file
- 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.
1 Like