-
AuthorPosts
-
July 11, 2021 at 7:54 pm #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
KnutnikJuly 12, 2021 at 12:37 pm #1309754Hey 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,
IsmaelJuly 12, 2021 at 8:40 pm #1309851Hello 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
KnutnikJuly 13, 2021 at 12:27 pm #1309936Hi,
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,
IsmaelJuly 13, 2021 at 5:31 pm #1310013How 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?July 15, 2021 at 11:19 am #1310239Hi,
Thanks for the update. Could you post a link to where we can see the actual element on your site please?
Best regards,
RikardJuly 15, 2021 at 11:47 am #1310249Hi 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,
KnutnikJuly 15, 2021 at 4:20 pm #1310305Hello 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,
KnutnikJuly 17, 2021 at 5:14 am #1310462 -
AuthorPosts
- You must be logged in to reply to this topic.