This topic has 7 replies, 3 voices, and was last updated 2 years, 11 months ago ago by Rose Tyler
Hi, i just found this small problem on my mobile menu. This was aligned with the text menu before. http://prntscr.com/20yl45z is there a way to fix this again? And make it a little bigger? The settings are not working properly on that area. not sure why.
I have problem with instagram feature again. what is happening here? http://prntscr.com/20yjsfd
Hello,
Add the below code to Theme Options > Custom CSS
.mobile-menu-content .et_b_header-socials {
justify-content: flex-start;
}
.mobile-menu-content .et_b_header-socials a:first-child {
margin-left: 0;
}
Go to XStore > Authorization APIs > remove the existing Instagram key and add that again. After that edit the footer Instagram element and read the Instagram user. Save changes and check after that. It looks the existing token just expired.
Regards
all good now. thanks a lot!
opps.. sorry. i tried it http://prntscr.com/2126w7a
can i move it aligned to the nav text and also is it possible to make it bigger?
Hello,
I checked your site and it’s aligned. If you want to move it to the left you can change the margin to negative.
If you want to increase size of icons then replace
.mobile-menu-content .et_b_header-socials {
justify-content: flex-start;
}
with
.mobile-menu-content .et_b_header-socials {
justify-content: flex-start;
font-size: 16px;
}
Regards
Thank you guys!
You’re welcome!
Regards
Tagged: elementor, feature, instagram, mobile menu, social icons, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up