Hey guys…would you please give me the CSS to reposition the social links…not sure what happened, but this occurred with the new update. The social links are covered by the logo in the header…please advise.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
#header_main .social_bookmarks { top: 85%; right: -23%; }}
Regards,
Yigit
That’s definitely better, thanks Yigit – how can I also reposition the navigation menu so it isn’t overlaid on the logo – it’s currently cutting off the last quarter of our logo.
Hi!
You can resize the logo using this at the very bottom of Quick CSS or custom.css:
@media only screen and (max-width: 480px) {
.responsive .mobile_slide_out .logo {
float: left;
width: 80%;
}
}
Regards,
Ismael
Perfection – thanks guys…stellar as usual!