This topic has 4 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler
Hi, on the mobile version of the website the footer menu and the footer widget (insta) are not aligned in the columns. The instagram logo is underneath and it looks lost. How can i get them aligned?
Hi,
Wp-admin access is incorrect.
Add the next code in Theme Options > Theme Custom CSS > Global custom CSS:
@media only screen and (max-width: 768px){
footer .et-follow-buttons {
text-align: center !important;
justify-content: center !important;
}
}
Regards
Thank you,
but would it be possible to have the instagram icon on the same line as the footer menu? so they are aligned.
Thanks again
Enable WPBakery Page Builder for static blocks – https://www.8theme.com/documentation/xstore/plugins/wpbakery-page-builder/ , then edit your Footer static block, set the desired columns width for mobile – https://prnt.sc/urb85z
Regards
You must be logged in to reply to this topic.Log in/Sign up