-
AuthorPosts
-
November 3, 2016 at 11:11 am #707665
Is this possible with css?
November 3, 2016 at 12:34 pm #707694Hey OblakJ,
I’m not sure what you want to achieve a screenshot or an example might give us a hint. Try checking out Enfold > Header > Menu and Logo Position and check the available options.
Best regards,
NikkoNovember 3, 2016 at 12:39 pm #707697I would like to achieve this
November 3, 2016 at 4:26 pm #707822November 8, 2016 at 10:52 am #709687Here you go.
November 10, 2016 at 8:06 am #710566Hi!
Please set the Header > Header Layout > Menu and Logo Position settings to Logo left, Menu right and then add this css code.
.html_header_top #top .main_menu { right: auto; left: 120px; }Adjust the value of the left property to correspond with the width of the logo.
Cheers!
IsmaelNovember 14, 2016 at 11:25 am #711868This doesn’t solve the problem see menu at link (credentials are in my second post)
November 15, 2016 at 2:02 am #712283Hi,
I changed the code to following one
.html_header_top #top .main_menu { right: auto; left: 30%; }Please review your website and adjust the code in Appearance > Editor > Style.css if needed.
Best regards,
YigitNovember 23, 2016 at 10:30 am #715804I still have problem with logo align. It is not in a container.
November 23, 2016 at 1:59 pm #715922Hi,
Can you please post a screenshot and show the changes you would like to make?
Your logo is in the container as you can see in the screenshot i posted in private content fieldBest regards,
YigitNovember 23, 2016 at 2:09 pm #715930Logo should be right next to the menu, on the left.
November 23, 2016 at 4:08 pm #716017Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (min-width: 1024px) { div .logo { left: 10%; }}Best regards,
YigitNovember 24, 2016 at 11:15 am #716349It is better but this is still not the solution which is on webpage, posted in private content
November 28, 2016 at 6:03 am #717568Hi!
We modified the header settings and added our previous css suggestions. Please remove browser cache or hard refresh before checking the page.
Regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.
