Can't change padding on Section Store FAQ

Topic summary

A user needs to reduce padding above an FAQ section on their product page, but the Section Store doesn’t offer a built-in option for this adjustment.

Proposed Solution:
Another user offers to help and requests the section’s code. They also provide an alternative CSS-based workaround:

  1. Navigate to Online Store → Themes → Edit code
  2. Open Assets/base.css file
  3. Add custom CSS targeting the FAQ section ID with padding-top: 50px; (adjustable value)

Status: The discussion remains open, awaiting the original poster’s response with either the section code or confirmation of trying the CSS solution. Screenshots were shared to illustrate the location of the FAQ section and the code editing interface.

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

I need the padding above the FAQ section to be reduced section store doesn’t provide an option too. I appreciate anyone who could assist. Located below the buy buttons.

Product page: https://twistandtoke.com/products/zagrinder

Hi @themanyessir ,

Could you share code of this section? I will help to apply a setting to do it.

** If you don’t want add code of section.

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/base.css
  2. Add code below to end of file
#shopify-section-template--14847052251265__ss_simple_faq_79FdJL {
    padding-top: 50px;
}