This article provides a comprehensive overview of Pulse Commerce Mobile site functionality. Pulse Commerce delivers a mobile-optimized storefront experience using a dedicated mobile site view powered by mobile-specific CSS. This approach ensures fast load times, touch-friendly navigation, and conversion-focused layouts without requiring a separate mobile domain or duplicating content.
Pulse Commerce does not use a separate mobile subdomain. Instead, it delivers a unified storefront where the system detects the shopper’s device and dynamically loads a mobile-specific stylesheet. This allows merchants to maintain one set of URLs, metadata, and SEO signals while delivering a mobile-optimized experience.
- Same URLs and content for desktop and mobile
- Mobile CSS controls layout, spacing, and visibility
- No duplicate content or SEO fragmentation
- Independent mobile styling without affecting desktop
Mobile presentation and navigation behavior are configured under Settings → Mobile → Site Settings. These settings control how users browse, navigate, and interact with your store on mobile devices.
- Product Display Layout: Grid or List view for category and search results
- Mobile Menu Display Mode: Slide left, slide right, slide up, or show menu
- Mobile Side Menu Open Effect: Slide-in or open below the header
- Mobile Homepage Slider: Rotating banners with image and link targets
- Mobile Homepage Content: Custom HTML content for mobile landing pages
- Mobile Footer: Simplified footer links and branding
- Optional Custom Mobile Menu: HTML-driven category navigation
Pulse Commerce uses a dedicated Mobile CSS stylesheet configured under Settings → CSS Editor → Mobile Site CSS to control mobile layout and design. Mobile CSS can be edited directly in the Admin panel or via FTP, allowing precise control over fonts, spacing, colors, and visibility without impacting desktop styles. The Mobile CSS file is named: common-mobilestyles-min.css
- Edit mobile CSS independently from desktop CSS
- Preview changes using browser developer tools
- Test changes live before committing updates
- Hide desktop-only elements for faster mobile performance
Thorough mobile testing is critical before publishing changes. Pulse Commerce supports both real-device testing and desktop browser simulation.
- Use Chrome DevTools → Device Toolbar to preview mobile layouts
- Test on real iOS and Android devices when possible
- Verify portrait and landscape orientations
- Clear cache after every CSS update
Key flows to validate on mobile include:
- Homepage and mobile slider
- Category navigation and search
- Product detail pages
- 404 error pages
- Add to Cart and full checkout flow
Mobile optimization directly impacts conversion rates. Pulse Commerce mobile best practices focus on speed, clarity, and ease of interaction.
- Use large, tappable buttons (minimum 44px height)
- Keep menus short and easy to scan
- Use readable font sizes (14–16px minimum)
- Optimize and compress images before upload
- Apply
max-width: 100%; height: auto;for responsive images - Avoid hover-only interactions