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

    Hey,

    does anybody know how to align the sub to the main menu. On the right and in the middle it’s correct, but not on the left one.

    https://www.atelier-silviadecker.de/?page_id=28&preview=1&_ppp=9a2042e89b

    Thank you.

    All the best,
    Tino

    #1307559

    Hi Tino,

    We cannot access preview URLs unless logged in, could you post login details in private please? If you have a screenshot highlighting what you would like to achieve, then that would help us understand your intentions as well.

    Best regards,
    Rikard

    #1307718
    This reply has been marked as private.
    #1307862

    Hi,

    Thanks for that. I still get the coming soon page when trying to access the page you linked to, and I can’t access the Pages menu in WordPress. Please upgrade the account to have administrator rights.

    Best regards,
    Rikard

    #1307890

    Hey Rikard,

    sorry, just changed it!

    All the best,
    Tino

    #1308222

    Hi,

    Thanks for the update. I can’t load your site at all now though, all I see is this server error:

    502 Bad Gateway
    nginx

    Could you let us know when the site is back up please?

    Best regards,
    Rikard

    #1308516

    Hey Rikard,

    here’s another link to the site, sorry: h186692.web212.dogado.net

    I changed it temporarily.

    All the best,
    Tino

    #1308613

    Hi,

    Thanks for the update, we can access your site now. I’m not sure exactly what you are looking to adjust though, could you try to explain that a bit further please? If you have a screenshot highlighting your intentions, then please share that with us.

    Best regards,
    Rikard

    #1308775

    Hey Rikard, of course. When you hover over the menu, for example on “atelier”, the submenu will show. And the element where the submenu is placed in, is not aligned with the main menu on the top. So it’s placed more to the left and doesn’t end on the same position as the main menu. I think it’s called ul.sub-menu. Basically I just need to change the size of the sub menu element. Where can I send you a screenshot?

    Thank you!

    All the best,
    Tino

    #1308863

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    #top ul.sub-menu {
        width: 75px !important;
        left: 15px;
    }

    You can upload screenshots to a service like Google Drive, Dropbox, Imgur, or similar service, then link to them here.

    Best regards,
    Rikard

    #1308936

    Hey Rikard,

    now it’s perfect on the left, but the other ones are offset to the right. Is there anything to fix this?

    Thank you.

    All the best,
    Tino

    #1309021

    Hi,

    You would have to adjust the sub menu for each of your menu items then, here’s an example of how that would be done for your first menu item:

    #menu-item-806 ul.sub-menu {
        width: 75px !important;
        left: 15px;
    }

    Inspect the other menu items in your browser, to find their IDs.

    Best regards,
    Rikard

    #1309054

    Hey Rikard,

    it worked perfectly, thank you very much!

    All the best,
    Tino

    PS.: Can be closed then!

    #1309184

    Hi,

    Great, I’m glad that you got it working, and thanks for the update. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Align submenu with main menu’ is closed to new replies.