Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1309605

    Hi there,

    how do I manage to show up a submenu with portfolio categories in the content area right aligned and then format it according to my design (see picture)?
    I would like to have it displayed in portrait mode in the mobile view as well, if that is possible.

    Thanks
    Regards
    Knutnik

    #1309754

    Hey Knutnik,

    Thank you for the inquiry.

    There is an element in the builder called “Fullwidth Sub Menu”, which can be used to create a custom menu or display an existing menu. You may need to adjust the style a bit using custom css code.

    Best regards,
    Ismael

    #1309851

    Hello Ismael,

    yes, i had seen the Fullwidth Sub Menu.
    But my wish is to display the submenu within the content area right-aligned (see both pictures!).
    But I cannot drag the Fullwidth Sub Menu into a content element.
    That’s the problem.
    Is there a solution for this?
    Thanks.

    Greetings
    Knutnik

    #1309936

    Hi,

    But I cannot drag the Fullwidth Sub Menu into a content element.

    Which is why you have to add a few css code to adjust the style of element. Please add a menu element above a color section, add a custom css class name to it, then adjust its style by adding the css code in the Quick CSS field. Please check the following documentation for more info.

    // https://kriesi.at/documentation/enfold/add-custom-css/

    Best regards,
    Ismael

    #1310013

    How I insert CSS code is clear to me.
    But what CSS code do I have to add to make it appear in the content area?

    #1310239

    Hi,

    Thanks for the update. Could you post a link to where we can see the actual element on your site please?

    Best regards,
    Rikard

    #1310249

    Hi Rikard,

    here is the link to it.
    Surely it can’t be that I can’t just adjust it – or do I just not see it?
    If you opt for the boxed version, everything is in the box: the header, all content elements …
    Can’t I set that up somewhere in the backend?

    Regards,
    Knutnik

    #1310305

    Hello again,

    in the meantime that has been done with the full width menu: I made my own menu.

    But I still need help with the link color.

    In the Quick CSS I stated:
    .p-navi {
    font-size: 0.9em;
    color: # ad9f8f;
    }

    .p-navi-active {
    font-size: 0.9em;
    color: # 978672;
    }

    .p-navi> a: link {
    font-size: 0.9em;
    color: # ad9f8f;
    }

    # top.main-color> div.submenue-ib> span.p-navi> a: link, a: hover {
    font-size: 0.9em;
    color: # ad9f8f;
    }

    Where I have inserted a hashtag as a link, my color assignment works, but under “Küche” I have linked a category and my formatting is overwritten by the orange of the actual link color of the website.
    But I wont like to have the orange links here. With “a: hover” that would be OK, but “a: link” should be “# ad9f8f;” implicit.
    How could I manage it?

    Greetings,
    Knutnik

    #1310462

    Hi,

    Thanks for the update. I’m not sure I understand exactly what you are looking to achieve, could you try to explain a bit further, or post screenshot highlighting your intentions please?

    Best regards,
    Rikard

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