By Andy on Monday, 27 March 2017
Posted in General
Likes 0
Views 120
Votes 0
I seem to have failed my basic CSS lesson

On mysite.com /test I have the ES DropDown Menu and ES Notifications modules side by side in my Nav Bar (so if you can help me with this, please login to see that).

I'm trying to get the notification icons lined up centrally (see attached image) rather than being low down but nothing I seem to do to the CSS will budge them. Any ideas?!
You could try this,

[gist]
body .head-search .mod-es.mod-es-notification.dark {
float: right;
margin-top: 11px;
}
[/gist]
·
Monday, 27 March 2017 23:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Brilliant. Thank you, as always, for your genius!
·
Monday, 27 March 2017 23:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 28 March 2017 09:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post