Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1146531

    Hi
    I was able to make header widget work. I’m using top notification bar right now. I would rather have banner at the top but when I change my css to what shown in this example https://kriesi.at/documentation/enfold/example-of-banner-above-the-logo-and-menu-area/
    the stuff shifts and it doesn’t look good anymore. Could you take a look?

    #1146747

    Hey ilonka78,

    Thanks for the details. I’m not sure I understand what you are looking to change though, could you try to explain a bit further or post a screenshot highlighting the changes you would like to make please?

    Best regards,
    Rikard

    #1147005

    I would like to change header widget from notification bar on top that I have now (you can just go to the website) to banner above the logoand menu . The same as in this example:

    I tried to use css that is provided with example but it doesn’t work.

    To get top bar I used that example

    and this one works good but I just don’t like that look.

    • This reply was modified 4 years, 11 months ago by ilonka78.
    #1147333

    Hi,

    Thanks for the clarification, so you want the part which is in yellow on your site now to stay within the container width instead of being full width?

    Best regards,
    Rikard

    #1147419

    yes. Just like in example that it is provided with documentation
    It is called banner above the logo

    I want the same exactly look but code provided in documentation doesn’t work

    #1147513

    Hi,

    Thanks for the clarification. Please try this CSS in Quick CSS:

    .responsive #top #header #header_main .inner-container .widget>div {
        width: 1310px;
        left: auto;
        transform: translateX(0%);
    }

    Best regards,
    Rikard

    #1147649

    Unfortunately it doesn’t work. The banner text gets moved below the logo instead above the logo

    https://mschclean.com/wp-content/uploads/2019/10/Untitled-2.jpg

    Your example of banner in documentation (please click the link I provided before) shows exactly what I want to achieve but it doesn’t work. Why the code from documentation doesn’t work here?

    • This reply was modified 4 years, 11 months ago by ilonka78.
    #1148471

    Hi,

    Thank you for the update.

    The widget is now located above the header. Is that where you decided to move the widget?

    Best regards,
    Ismael

    #1148482

    IT IS NOTIFICATION BAR LIKE I HAD AT THE BEGINNING
    I WANT BANNER ABOVE LOGO AND MENU LIKE IT IS IN THIS EXAMPLE. EXACTLY THE SAME.
    CODE PROVIDED IN EXAMPLE DOESN’T WORK

    I’M EXPLAINING THE SAME THING 4TH TIME.
    I was given code that doesn’t work as the solution so I went back to what I had at the beginning because i can’t have live website looking like that (print screen is the solution I was given).
    PLEASE TRY TO CLICK ON EXAMPLE AND SEE WHAT I WANT TO ACHIEVE INSTEAD OF GIVING ME NO ANSWER.
    I STARTED TOPIC FEW DAYS AGO AND WAITING SO LONG FOR ANSWER ONLY TO FIND OUT THERE IS NO ANSWER.

    • This reply was modified 4 years, 11 months ago by ilonka78.
    #1149124

    Hi,

    I WANT BANNER ABOVE LOGO AND MENU LIKE IT IS IN THIS EXAMPLE. EXACTLY THE SAME.

    Sorry for the confusion. The widget or banner is already above the logo, and the position of the header elements (logo, menu, icons) is the same as in the documentation. What else do you need to adjust? If you want you adjust the size of the banner so that it isn’t full width, try this css code.

    .responsive #top #header #header_main .inner-container .widget > div {
    	width: 50vw;
    }
    
    .responsive #top #header #header_main .inner-container .widget {
    	margin: 20px 0 40px 0;
    }

    Please provide a screenshot of the final header layout that you want so that we can understand your request better.

    Best regards,
    Ismael

    #1149463

    Hi
    I have this

    and I want to have this

    I was sending you links to enfold documentation instead of print screen before.

    The first one (top bar) I achieved by using this code from enfold documentation that I added to my quick css and it worked great

    PLEASE USE PASTEBIN.COM NEXT TIME. THANKS
    ===========================================
    Is that clear now ?
    Looks like the code you gave me is just a piece of code that I need

    • This reply was modified 4 years, 11 months ago by Ismael.
    #1149716

    Hi,

    Thank you for the clarification.

    Looks like the code you gave me is just a piece of code that I need

    Yes, the code above should adjust the width of the header widget and create some margins above it. Did you try it?

    UPDATE: We added the css code at the very bottom of the Quick CSS field. Please check the screenshot below for the result.

    Screenshot: https://imgur.com/a/9gqOWWL

    Best regards,
    Ismael

    #1150245

    Great. Thank you. That worked. I tried the code but I was replacing part of the top notification bar code with this code and that’s why it didn’t work.
    So we can close it now.

    The only thing is I don’t understand why this code (in documentation) doesn’t work. The top bar code in documentation works great.

    #1150818

    Hi,

    Glad it worked.

    The only thing is I don’t understand why this code (in documentation) doesn’t work.

    There is probably a missing option that we missed, or another css modification is preventing it from working as is expected. Please open a new thread if you need anything else. We’ll close the thread for now.

    Best regards,
    Ismael

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘header widget help’ is closed to new replies.