Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1012061

    Hello together,

    I have chosen a separate page as a footer and would now like to reduce the padding-top for it.
    The solutions I have found on here always refer to the normal footer with widgets but that doesn’t seem to work, if you chose a separate page as a footer.
    I have tried various selectors (e. g. #footer, #footer .container etc.) without success.
    Using the ID as a selector (e. g. av_section_4) works, but then the rule doesn’t get applied to all other subpages.

    How do I apply a padding-top for the footer container, so it is being applied on each page?

    Best regards,
    Marc

    #1012145

    Hey Marc,

    Could you try giving the section an ID in the element options please? Then you can target it using this CSS:

    #your-section-id .container {
      padding-top:0;
    }

    Best regards,
    Rikard

    #1012195

    Perfect answer, thank you for the support!

    #1012315

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1012412

    My question has been answered and therefore this ticket can be closed.

    #1012638

    Hi,

    Great, thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing footer padding-top when footer is a separate page’ is closed to new replies.