Tagged: header
-
AuthorPosts
-
November 27, 2020 at 9:13 pm #1263590
Hi and thanks for the best theme ever!
I would like to make two changes to header area as seen in screenshot
(url: http://www.intelligentsolutions.se/images/header.png)
1. Logo left with menu next to logo i.e left (to the right of logoand not center, below or right
2. After menu and search icon I would like to add two linked images = right side of page.
– I did try by following tip in support ticket #1262156 however this adds images after telephone number above menu…- This topic was modified 3 years, 11 months ago by IntelligentSolutions. Reason: image not visible even if link seems correct http://www.intelligentsolutions.se/images/header.png
November 29, 2020 at 5:25 am #1263729Hi Johan,
Thanks for the screenshot. Could you post a link to the actual site as well please?
Best regards,
RikardNovember 29, 2020 at 9:19 pm #1263825Sure it’s seen below!
Also while you look can you please advice me how to change menu fontsize with a hoover on mouse over effect, as seen on original site , URL also attached below.
Thanks Johan
- This reply was modified 3 years, 11 months ago by IntelligentSolutions. Reason: I found where to edit font size of menu via advanced editing
December 1, 2020 at 6:46 am #1264137Hi,
Thanks for that. Please try to add the elements on the right in a widget in the header: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
RikardDecember 2, 2020 at 10:37 pm #1264576Thanks, I managed to add an html widget and I can now see the two images in header. However if I do not include a <br> before image code the images is aligned under the menu links… as seen here:
I would prefer to have logo left, menu left (right of logo) and then the widget on right side , but that is not an option… only logo left menu right or menu below I can see.
And if I include a <br> the widget is places below header area to far down :(
– Can I some how either change so logo is left and menu is next to logo (left of page) and widget right?
if not
– can I somehow instead of <br> adjust the position so its moved down a few px ?
Best regards JohanDecember 3, 2020 at 1:39 pm #1264769Hi Johan,
Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:
.main_menu { right: auto; left: 50px; } #custom_html-2 { position: absolute; right: 0; width: 300px; padding: 10px 0 0 0; }
Best regards,
RikardDecember 4, 2020 at 9:42 am #1264958Thanks, working really good on websites but I realize that on mobile I need to hide the widget since the images is placed on top of bread crumbs:
Thanks once again
December 5, 2020 at 12:53 am #1265084Hi,
Add this to quick css:
@media only screen and (max-width: 767px) { #custom_html-2{ display:none!important; }}
Best regards,
Jordan ShannonDecember 7, 2020 at 11:36 am #1265444Thanks Jordan! Both Rikard and your help is much appreciated, all looking very good now!
Your Sincerely Johan
December 7, 2020 at 5:22 pm #1265519Hi,
Great! I’m happy we were able to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Logo left, Menu left + Add linked image after menu / search logo’ is closed to new replies.