Archived topic
Top Menu Split Left & Right
3 replies · Started by Marian on January 11, 2021
Hi Guys
I'm trying to split my top header. That is I'm trying to float: the 'Back to main website' item menu to the left by adding a custom class via wordpress but it didn't work.
This is the class that I added
@media only screen and (min-width: 768px) {
.customclass {
float: left;
}
}
Sincerely
Hi there,
are you using the Top Bar widget area ?
If so place the element you want left aligned in a separate widget area, the top bar will automatically place on widget to the left and one to the right.
Great, thank you :)
You're welcome