Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1131435

    Hi, Im desperately trying to achieve a header like the attached – https://ibb.co/yh0xrVj

    Im pretty close – http://hamiltonmercer-co-uk.stackstaging.com/
    I’d like to place the ‘Header Widget area’ where the social icons are and float the logo left.

    Currently have ‘logo centred, menu below’ but of course happy to change this.

    Can anyone point me to the right CSS to achieve this?

    Many thanks in advance
    Todd

    #1131573

    Hey,

    I added following code to Style.css in Appearance > Editor

    #top #header #header_main .widget {
        position: absolute;
        right: 0;
    }

    To move your widget area to the right side of header area. if you need further assistance, please let us know :)

    Best regards,
    Yigit

    #1131596

    Hey Yigit,
    Thanks so much, thats amazing.

    Can you tell me how I’d make this 3 widgets so I can put in the icons as per the attachment?
    https://ibb.co/yh0xrVj

    Also is it possible to centre the nav, Ive tried a few examples from previous threads but not found one that works.

    Thanks again
    Todd

    #1131615

    Hi,

    1- I slightly adjusted your widget and changed the code to following one

    #top #header #header_main .widget {
        position: absolute;
    	right: 0;
        z-index: 9;
        background: transparent;
    }
    
    .header-wid {
        margin-right: 30px;
    }

    2- I chose to center logo and menu and then added following code to Style.css file

    .html_header_top.html_logo_center .logo {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    Please review your website :)

    Best regards,
    Yigit

    #1131624

    Hi Yigit,

    thanks again for the superb help, sorry Ive tried copying across to the live site but must have missed something. Could you take a look please – live login details in Private content.

    Also is there a way to make the contact details move to above the logo on mobile view?
    cheers

    Todd

    #1131626

    Hi,

    Seems like you have deleted icons, other than that, it looks fine to me. Attached a screenshot in private content field. Could you please point out the changes you would like to make?

    Best regards,
    Yigit

    #1131629

    Hi Yigit, I couldn’t see where the icons where coming from? On the test site the ‘header’ widget just had text in, have I missed something? Was there another widget you created – header-wid?

    Then I just wondered if there is a way it can jump above the logo on mobiles as the burger menu currently overlaps the icons

    Thanks

    #1131996

    Hi Yigit, I think I can see whats going on. Theres data in my header widget but it only flickers up when I press the drop down button.

    Heres a grab of the code I’m missing on the live site. https://ibb.co/4tYqDpb

    Are you able to paste in the code in this support and I’ll add.

    Thanks again
    Todd

    #1132833

    Hi,

    Thank you for the update.

    Were you able to fix the issue? The icon is visible in the header and it doesn’t overlap the mobile menu. And it looks you’re not actually using widgets. Did you add the elements directly inn the header template?

    Best regards,
    Ismael

    #1132852

    HI Ismael,

    Yep all sorted thanks. Used the extra elements and moved into the main header area using CSS.

    Thanks for the previous help, nice one.
    Todd

    #1133017

    Hi Todd,

    Great, I’m glad that you got it working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1133086

    Please do close the ticket, all great! thanks loads
    Todd

    #1133177

    Hi,

    Awesome! We’ll close the thread now.

    Have a nice day.

    Best regards,
    Ismael

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Header Widget settings’ is closed to new replies.