TASTE THEME: Reduce padding Product Title on product page

Topic summary

A user seeks help reducing the padding around the product title on mobile product pages for their Shopify Taste theme.

Key Details:

  • Issue is mobile-specific only
  • User provided store link, password, and screenshot showing the spacing problem
  • Store URL and credentials were shared for troubleshooting

Current Status:

  • Another user (KabirDev) provided CSS code as a potential solution
  • The original poster responded that they’ve already implemented that code
  • They’re now asking if there’s alternative CSS specifically for reducing the padding

Resolution: Ongoing - the initial CSS suggestion didn’t address the specific padding issue, and the user is still seeking a working solution.

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

Hey, does anyone know how I can reduce the padding of the product title on the product page? It has to be for mobile only. Would really appreciate it If somebody would help! I will leave my link, password and the problem down below!

LINK:https://e8aaa0-3.myshopify.com/collections/best-selling-products

PASSWORD: mohwhi

Hi, add this code to your theme’s CSS file.

.slider-buttons {
    display: none !important;
}

Hey, I have already done that, is there another code just for reducing the padding?