sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hi there, I’m seeing the content when I hover the three menus as centered. Did you get this figured out?
On the widgets, this can get tricky. Let’s see what you think with this, which removed the borders from the individual widgets and adds it to the parent widget container.
#secondary .inner {
border: 2px solid #ece8e0;
}
#secondary .widget {
border: none;
}
Hi!
Thank you very much!!!
In fact, what I needed was:
#secondary .inner {
border: none;
}
#secondary .widget {
border: 2px solid #ece8e0;
}
It did the trick!!
sacredpath
(@sacredpath)
Automattic Happiness Engineer
Hooray and you are welcome!
Unfortunately none of the codes resulted.
What happens is: In the Safari browser, for example, the three menus are aligned on the same line. In Chrome, this does not happen and they are two up and one down. That’s what I liked to change. Uniformize and appear in all browsers, the three menus aligned.
THANK YOU MATES!