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
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
Perfect answer, thank you for the support!
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
My question has been answered and therefore this ticket can be closed.