Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1284647

    I created a text widget in the header. I can adjust font-size, color a.s.o.
    But the widget appears obove the logo. I need: logo on the left – textwidget in the rest.

    Michael

    • This topic was modified 3 years, 8 months ago by milenke.
    #1284653

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

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

    Cheers!
    Yigit

    #1316473

    I works, but not so good.
    #top #header #header_main .widget {
    line-height: 14px;
    position: absolute;
    right: 10%;
    padding: 30px 0 5px 0;
    }
    DASV-Header
    You see, that the text is too much on the right in a bigger browser-window..

    I tested
    #top #header #header_main .widget {
    line-height: 14px;
    position: absolute;
    left: 25%;
    padding: 30px 0 5px 0;
    }
    DASV-Header
    You see, the text is behind the logo in a bigger browser-window.
    How I can have a header text not behind the logo an not so much on the richt.
    The best way would be, that the text is always a little bit right of the logo.
    mike

    • This reply was modified 3 years, 3 months ago by milenke.
    #1316816

    Hi,
    Thank you for your patience, your screenshot shows the main menu below your logo when your widget text is behind the logo, but I’m unable to reproduce this because the menu turns into the burger menu and the widget never shows behind the logo. What screen size are you seeing this error, I tried resizing my browser but couldn’t make the widget to show behind the logo, perhaps you have already solved this?
    2021-08-15_004.jpg

    Best regards,
    Mike

    #1316889

    THe menu is no problem. The headertext is behind the logo.

    • This reply was modified 3 years, 3 months ago by milenke.
    #1316938

    Hi,
    Thanks for the feedback and I understand this but I’m unable to reproduce this on your site, what screen size do you see this at?
    I referenced the menu because it points to this happening before the mobile size.

    Best regards,
    Mike

    #1316943

    I display the page in Firefox on a 1920 width screen.
    With sidebar it is good.

    I have to reduce the sidebar to 0 to have the error.

    mike

    #1316951

    Here a short sceencast with the behavior.

    #1316958

    Hi,
    Thank you for the screencast, so there are a couple of things going on, first you are view the page at 90% zoom
    2021-08-16_002.jpg
    perhaps you are not aware that this is not the same as viewing the site in Responsive Design Mode
    2021-08-16_003.jpg
    anyways please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (min-width: 1850px) { 
    #top #header #header_main .widget {
        left: 33% !important;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1316961

    90% was a mistake. With zoom nothing is good.
    I tryed your code and I think it works.
    Thanks
    Mike

    #1317072

    Hi,

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.