Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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
    #1263729

    Hi Johan,

    Thanks for the screenshot. Could you post a link to the actual site as well please?

    Best regards,
    Rikard

    #1263825

    Sure 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
    #1264137

    Hi,

    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,
    Rikard

    #1264576

    Thanks, 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 :(
    Widget below menu instead of right of menu

    – 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 Johan

    #1264769

    Hi 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,
    Rikard

    #1264958

    Thanks, 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: need to hide widget on mobile

    Thanks once again

    #1265084

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    #custom_html-2{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #1265444

    Thanks Jordan! Both Rikard and your help is much appreciated, all looking very good now!

    Your Sincerely Johan

    #1265519

    Hi,

    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Logo left, Menu left + Add linked image after menu / search logo’ is closed to new replies.