Hello everyone
I am making a new page here
link below
I have a big gap at the top and bottom of the footer
how can i reduce this
thank you
kind regards
Franz
Hey schweg33,
Thank you for the inquiry.
You can add this css code to adjust the padding or space around the footer widgets.
#footer {
padding: 0;
z-index: 1;
}
Best regards,
Ismael
Hello Ismael
sorry maybe I expressed myself wrong
I mean the distance above and below
Printscreen see below
The title is displayed in large font
although I have entered widget title standard?
thanks
kind regards
Franz
Hi,
Thank you for the update.
Yes, the css should also adjust the space above and below the map widget. If you want to adjust it further, add this css:
#footer .widgettitle, #footer .widget {
margin-top: 0;
}
The title is displayed in large font
To display the widget title in normal case, please add this:
.widgettitle {
text-transform: none;
}
Best regards,
Ismael
Thank you very much
Ismael
now everything fits
you can close this ticket
child
regards
Franz
Hi,
Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard