Tagged: CSS, transparent header
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
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
That worked!! Thanks for all the effort and time you put in this! Appreciate it Yigit and Kriesi Team!