Hello,
is it possible to design the footer like this? https://www.dropbox.com/s/6br9ud9wxiewsfv/Bildschirmfoto%202019-04-03%20um%2014.07.38.png?dl=0
Can somebody help me?
Hey babettegcc,
Yes, that’s possible but maybe you’ll need some custom css for it.
I think the curve one should be a background image fn the section above the footer, then the footer will use the red background color.
Best regards,
Nikko
Hello, my footer looks really nice on desktop. But on small screens like mobile, the linked words (Impressum / Datenschutz / Unternehmen ….) are too close together and it is not easy to click on them. Is there a way, to make a bigger padding or a more elegant wordwrap?
I already used this code in Quick CSS, to bring the social icons and the copymark to center (only mobile):
@media only screen and (max-width:767px) {
#socket .copyright {
display: block;
float: none;
padding-top: 40px;
text-align: center;
width: 100%;
}
#top #wrap_all #socket .social_bookmarks {
float: none;
margin: 0;
position: absolute;
text-align: center;
top: 10px;
width: 100%;
}
#socket .social_bookmarks li {
float: none;
display: inline-block;
}
}
Thank you!
Hi ceiton,
Try adding this css code as well (you can merge it with the same media query):
@media only screen and (max-width:767px) {
#socket .sub_menu_socket li {
margin-top: 16px;
margin-bottom: 4px;
}
}
Hope it helps.
Best regards,
Nikko
Hello Nikko,
thank you, it works!
Hi ceiton,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko