-
abmmgb
On mobile logo and login button are horizontal stacked.
Login is set via header widget.
Hiw could I set mobile header items to be set on a single horizontal line? Logo left, login right.
Thank you 🙂
-
Hi there,
Try this:
@media(max-width: 768px) { .site-header .inside-header { flex-direction: row; align-items: center; } .site-header .inside-header .header-widget { margin-top: 0; margin-right: 0; } }
-
abmmgb
It looks more tidy but logo and menu remain on 2 separate lines.
Could I not get logo left, menu right within the same line in the header?
-
Could I not get logo left, menu right within the same line in the header?
This is the CSS for.
I do not see the CSS on your site, have you cleared cache after adding the CSS?
-
abmmgb
Added it with WPcode it works now 🙂
-
Additional CSS in the customizer should work as well.
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.