Tagged: , ,

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

    Hi Ph_Bl!

    Try this out, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, it will add a widget area to your header and you can drag a text widget to it.

    Cheers!
    Elliott

    #566548

    Thanks for your reply!

    The following custom css code leads to the solution, that the text is below the logo:

    /* General Custom CSS */
    
    #header .widget {
      left: 0;
      position: absolute;
      top: 0;
    }

    But unfortunately there are some issues maybe based on the length of the text, which is longer then the width of the logo. When I am decreasing the window size, then the menu entries superimpose on the text, and when the mobile menu appears then the text is cropped.

    Can I handle these issues within the #header .widget css or do I have to adapt the logo css, and in which way do I have to do this?

    Thank you again!

    • This reply was modified 8 years, 2 months ago by Ph_Bl.
    #566560

    Hi!

    Can we do please have a link to your web site?
    That will help us understand exactly the problem and provide you with a correct solution.

    Thanks a lot for your time and patience

    Cheers!
    Basilis

    #568836

    Hi,
    maybe you can figure out, how to adapt the custom css code to avoid the unwanted behavior of superimposing and cropping.
    Thanks!

    #569007

    Hey!

    Can you please post the link to your website as well? :)

    Cheers!
    Yigit

    #569438

    oh sorry! :D

    #569813

    Hi,

    Try the following in Quick CSS to activate the mobile menu on an earlier stage:

    @media only screen and (max-width: 925px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Cheers!
    Rikard

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