How can I decrease the amount of space in the top bar menu and the social media icons to the right (both in orange color at very top of screen.
thank you
Hi gharding!
try this:
#header_meta .container {
width: 103%;
}
Best regards,
Andy
I don’t think that did anything. Just to be clear, I mean the space between the top navigation menu: (last item on right is Groupon Voucher Instructions) and the social media icons at top.
http://50.87.248.111/~pilatfb0/
see this: https://www.dropbox.com/s/arszfv8usf5kf87/Screen%20Shot%202015-01-30%20at%202.30.01%20PM.png?dl=0
Hi gharding!
Please try the following code, it will move your meny 40px to the right and the social media icons 40px to the left on desktop devices only. Paste it in the Quick CSS box in Enfold–>General Styling
@media only screen and (min-width: 959px) {
#top .social_bookmarks{padding-right:40px;}
#avia2-menu{padding-left:40px;}
}
If you want to increase or decrease the amount of space then try a higher or lower value than 40.
Regards,
Rikard