Can the social media logos be align with Contact us?
I am using a header widget and on large monitors the social icons above are NOT right aligning with the header widget text below.
Screenshot – https://ibb.co/ck9w0mh
dev site – http://balrajt9.sg-host.com/
How can I fix this?
Hey navindesigns,
Thank you for the inquiry.
You can use this css code to pull the social bookmarks further to the right and align it with the contact us menu item.
#top #header_meta .social_bookmarks {
margin-right: -120px;
}
You may need to adjust this css rule on different screen sizes using css media queries.
Best regards,
Ismael
Thanks
There is no way it can always be aligned? If I resize my browser, it still does not align perfectly.
Hi navindesigns,
I have added this CSS code in your Quick CSS:
#header_meta .container {
max-width: 100%;
padding: 0 90px;
}
#top #header_meta .social_bookmarks {
margin: 0;
}
Please review your site.
Best regards,
Nikko
You are AMAZING
This looks great!
Thank you so much!
Hi navindesigns,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko