- 
		AuthorPosts
 - 
		
			
				
April 3, 2019 at 2:10 pm #1086531
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?
April 4, 2019 at 9:21 am #1086882Hey 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,
NikkoApril 5, 2019 at 10:16 am #1087415Hello, 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!
April 8, 2019 at 3:26 am #1088103Hi 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,
NikkoApril 8, 2019 at 9:10 am #1088175Hello Nikko,
thank you, it works!April 8, 2019 at 9:39 am #1088198Hi ceiton,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko - 
		AuthorPosts
 
- You must be logged in to reply to this topic.
 
