Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • #269117

    Hey!

    Have you tried changing width to 990px as shown below

    @media only screen and (max-width: 1024px) {
    .unique-class-slider { display: none !important; }
    .unique-class-image { display: block !important; }}
    @media only screen and (min-width: 1024px) {
    .unique-class-image { display: none !important; }
    .unique-class-slider { display: block !important; }}

    That should do it :)

    Cheers!
    Yigit

    • This reply was modified 10 years ago by Yigit.
    #269426
    This reply has been marked as private.
    #270008

    Hey!

    I update the code i posted here – https://kriesi.at/support/topic/transparent-header-issues-enfold/page/2/#post-269117
    Can you try it now? :)

    Best regards,
    Yigit

    #270041

    That worked!! Thanks for all the effort and time you put in this! Appreciate it Yigit and Kriesi Team!

    #270044

    Hey!

    Great! You are welcome Kayzel, we are always glad to help :)

    Cheers!
    Yigit

Viewing 5 posts - 31 through 35 (of 35 total)
  • The topic ‘Transparent header issues (Enfold)’ is closed to new replies.