Hi Leo,
thank you, this method works fine, i’m glad that i don’t need the plugin anymore.
The top-bar layout is full-width / contained / align:right. On desktop it is aligned right, but
still the icons are in the center of the mobile, i cannot find out the right css to set them on the right side. On the desktop
I gave them the class “icon”:
and tried:
.icon {
text-align: right;
}
or
.icon {
float:right;
}
i tried with no padding, no margin – nothing works.
I also tried
@media (max-width: 768px) .top-bar {
text-align:right;
}
and
@media (max-width: 768px) .top-bar {
float:right;
}
Nothing works.
Can you give me a hint?
thank you
Katharina