Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #557901

    I added a widget area to the header using this document:
    http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    is there any way to vertically align the icons to the button?

    Also, this becomes “messy” when it goes responsive because the navigation doesn’t change with it. How can i make look a bit better? is there anything to do?

    #557902

    Hi rudtek!

    Add this to your custom CSS.

    #header .widget .av_font_icon {
        top: 20px !important;
        position: relative !important;
    }

    Cheers!
    Elliott

    #558212

    thanks!

    #558258

    Hi!

    We are glad you got that short out!
    Btw, If you have a moment, I would very much appreciate if you could quickly rate the Enfold to themeforest, which wiII heIp us keep the deveIopment up!

    Please do not hesitate to contact us, if you do need anything else.

    Regards,
    Basilis

    • This reply was modified 8 years, 3 months ago by Basilis.
    #561664

    Is there any way to make the header widget area drop down under the menu on smaller screensizes?

    when the site is on a desktop it looks great. However when it starts to get narrow, the red ‘register’ button starts to overlap the menu, I’d like to make a media query in my css that will force the button to drop down below the navigation when viewed on smaller screens. How would I do that?

    It looks like the nave is on a different z-index?

    #561727

    Hi!

    Try this.

    @media screen and (max-width: 820px) {
    #top #header .widget .av_font_icon {
        top: 60px !important;
        position: relative !important;
    }
    }

    It will drop it down an additional 40px on screens smaller than 820px.

    Regards,
    Elliott

    #563565

    it does drop it down, but on screens in between (1000px) it overlaps my menu.

    Is there anyway to get these both on the same z-index so they can become responsive to each other?

    I’d like to say at less than 1000 px the header widget is displayed as a block and then clear both sides so it’s entirely on it’s own line.

    #564593

    Hey!

    you can activate mobile menu sooner. Refer to this https://kriesi.at/support/topic/change-width-to-activate-mobile-menu-insteas-of-regular-menu/#post-405849 and adjust max-width value as needed.

    Regards,
    Andy

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