-
AuthorPosts
-
July 4, 2019 at 10:24 am #1115692
Hello,
i want a border between the logo and the Main Menu. I’m using “logo centered and menu below” setting.
Any fast suggestions? Thanks!
Greetings from Germany!
StavJuly 4, 2019 at 8:51 pm #1115901Hey MostWantedMedia,
Best regards,
VictoriaJuly 5, 2019 at 9:48 am #1115979Hey Victoria,
Yes the link is correct…
Theres a link to a screenshot of my website. Maybe that helps?
July 6, 2019 at 8:49 am #1116195Hi,
Thanks for that, though I can see a border below your logo already. I’m guessing you managed to get it working?
Best regards,
RikardJuly 8, 2019 at 10:28 am #1116607Hi,
yes i did it with
.html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child { border-top: 1px solid grey; background: none; }
But I have another Problem. I want little text sections on the left and the right of the logo…
July 9, 2019 at 5:19 am #1116886Hi,
You can add widget areas for that: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
RikardJuly 9, 2019 at 10:02 am #1116978Hi Rikard,
i tried it with this one https://kriesi.at/documentation/enfold/example-of-widget-left-logo-center-widget-right-menu-below/#toggle-id-2-closed but it doesn’t work.
Best regards,
StavJuly 9, 2019 at 1:32 pm #1117051Hi Stav,
What exactly is not working? We have to be able to see and know what the problem is in order to help you out.
Best regards,
RikardJuly 10, 2019 at 9:37 am #1117344Hi Rikard,
i wanted a header layout like this: https://kriesi.at/documentation/enfold/example-of-widget-left-logo-center-widget-right-menu-below/#toggle-id-2-closed
I pasted the CSS Code into Custom CSS but now it looks like this: https://paste.pics/af7e902c5506504a3b1505dcc62e358b
Best regards,
StavJuly 10, 2019 at 6:44 pm #1117531Hi MostWantedMedia,
Did you add the widgets?
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaJuly 12, 2019 at 1:25 pm #1118078Hi Victoria,
Yes i added 2 widget areas.
July 12, 2019 at 8:42 pm #1118178Hi MostWantedMedia,
Credentials did not work for me. Could you please update the credentials?
Best regards,
VictoriaJuly 15, 2019 at 9:29 am #1118710Hi Victoria,
sorry. Did not saved it :D
Best regards,
StavJuly 16, 2019 at 9:25 am #1119097Hi Stav,
I see that the header is not set to the layout specified in the tutorial and the widgets are not showing up in this header layout and I do not see the code to add a widget area to the header. Where did you add it?
Best regards,
VictoriaJuly 16, 2019 at 3:43 pm #1119178Hi Victoria,
i added the code into Quick CSS. I tried to add it to functions.php bit then it says “syntax error, unexpected ‘.’, expecting end of file”.
Error on line 781 (.responsive #top #header,).The header layout is set to “logo left, menu right”.
Best regards,
StavJuly 17, 2019 at 2:40 am #1119317Hi,
Thank you for sharing the details.
I checked your site but I cannot find the code where you placed it on your site? Please remove the code which you have added.
We recommend doing any modifications on a child theme if not all changes will be lost when the theme is updated.
After installing the child theme you can import main theme settings into the child theme please check the docs for more info.
Once you do the above steps I can help you with the rest of the process to add multiple widgets to the header :)
Best regards,
VinayJuly 17, 2019 at 9:37 am #1119472HI Vinay,
i installed the child theme and imported the main theme settings.
Then i tried to add the code to functions.php but i get the same error as before :(
Best regards,
StavJuly 18, 2019 at 8:31 am #1119838Hi,
Thank you for installing the child theme.
I have copied the CSS code provided in the docs to your child theme style.css and activated the header widget area by adding the code provided in the docs.
Please refresh your browser cache to view the changes :)
Best regards,
VinayJuly 18, 2019 at 3:25 pm #1119942Hi Vinay,
thank you! But now is the little border between the logo and the menu gone. :(
Is it possible to get the same space between menu and slider as before: https://paste.pics/a85a94c71993117bd607af7f359d4a5a ?
Best regards,
StavJuly 22, 2019 at 9:43 am #1120773Hi,
Thank you for sharing the details.
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */ @media only screen and (max-width: 786px) { .responsive #top #header #header_main .inner-container .main_menu:before { content: ''; position: absolute; width: 100%; height: 1px; background: grey; top: -6px }}
Best regards,
Vinay -
AuthorPosts
- You must be logged in to reply to this topic.