Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #842571

    Hi
    Since hours I try to get this

    with hamburger menu only in all sizes (even very big screens).
    There are no more sizes in the Header settings for mobiles and the functions for transparent header doesn’t work.
    Save me before I go crazy, please.

    #843582

    Hey Heinz,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 768px) {
    .responsive #top #wrap_all #header {
        position: absolute;
        background: transparent;
    }}
    

    Best regards,
    Yigit

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