Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #916776

    Hi.
    Enfold Theme options only have these list:

    Menu and Logo Position

    • Logo left, Menu right
    • Logo right, Menu left
    • Logo left, Menu below
    • Logo right, Menu below
    • Logo center, Menu below
    • Logo center, Menu above

    I want this:

  • Logo left, Menu left
  • and

  • Logo left, Menu center
  • How is it possible?

    • This topic was modified 6 years, 2 months ago by leekiya.
#917075

Hey leekiya,

Can you please set the menu to Logo left, Menu right and we will try to adjust it for you.

Best regards,
Victoria

#917078

Hi Victoria,
ok. I finished it as you said.

#917260

Hi,

Please try the following in Quick CSS under Enfold->General Styling:

.main_menu {
    right: auto !important;
    left: 150px;
}

Best regards,
Rikard

#917338

Hi Rikard,
Thank you, you relieved my burden.

#917384

Hi leekiya,

Glad we could help :)

If you need further assistance please let us know.
Best regards,
Victoria

#917442

Hi,
One more question.
Is it possible to align only search button to the right on this screen?

#917682

Hello.
I inserted the code Richard gave me and the menu on the mobile phone overlapped with the logo.
What do we do? Help me…
view image

  • This reply was modified 6 years, 1 month ago by leekiya.
#917683
#917695

Hi leekiya,

Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css



@media only screen and (max-width: 767px) {
  .responsive #top #wrap_all .main_menu {
      right: auto;
      left: 150px;
  }
}

The search and the burger are in the same container and so it might be tough to get just the search to the right.

If you need further assistance please let us know.

Best regards,
Victoria

#917700

Good on the web now. But on a mobile phone, is not it just right like the original?
like this:
web.
logo left, menu left (now is good)
mobile view.
logo left, menu right

I’m sorry I made a demanding request.

#917755

Hi leekiya,

You can play with the left value in the code I gave you and move the menu to the position you need. Can you do that?

Best regards,
Victoria

#1153260

hi, I tried the css

.main_menu {
right: auto !important;
left: 150px;
}

but I do not manage to align my main menu next to the logo on the left side.
Can you please help me? the contact form button gets covered by the seal..

Thanks!

#1153320

Hi martinrosenauer,

Could you please attach some screenshots of the issue?

Best regards,
Victoria

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.