Hi, I wish to move my logo from the left to the middle on web (Mobile already in center)
will keeping the topics on the left, is possible please?
Warm regards.
A user wants to center their logo on desktop view while keeping it left-aligned on mobile and maintaining navigation topics on the left side.
Solution Provided:
display: flex;justify-content: center;Status: Resolved - the original poster thanked the respondent, indicating the solution worked.
Hi, I wish to move my logo from the left to the middle on web (Mobile already in center)
will keeping the topics on the left, is possible please?
Warm regards.
Hi there! Hope you are well.
As I found out it already has the style to be centralized but in some specific media sizes. You must apply the style to all screen sizes.
.parent-element {
display: flex;
justify-content: center;
}
Hope my answer helps!
Hi @Artez
Go to Online Store → Theme → Customize.
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
thank you very much dear!