Hey Guys,
I need a quick CSS for the site http://www.gs-soft.sk .
I need the Logo and the Menu more in the centre. The left point of the Logo should be on the same level as the text starts below, also the menus last menu point on the same level as the text ends on the right side.
So just a quick css to move logo and menu a little bit to the center.
Greetings
Musti
Hey Excention,
Thank you for using Enfold.
You can use this css code to adjust the position of the logo.
div .logo {
float: none;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
Best regards,
Ismael
Hey Ismael. Thanks for your help, is this just for the Logo ?
Cause I need the menu on the right to be centered too a bit.
Hi Excention,
Please try a solution posted here
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
I found the solution on my own.
I just switched the .logo from Ismails Code to .main_menu and it worked fine.
So for anybody who is searching for the same solution for this problem.
Best regards
Musti