Hello, if you look at my new site im building:
You’ll see in the top top area of the site i added a theme switcher. (its quite cool) only thing is when i look at it on a mobile it appears funny is there any way i can push this div to appear above the social feeds? or hide it on mobile? as it wont really help mobile users changing themes?
(the “switch to decepticon/Autobot” bit)
thank you :)
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) {
.faction{ display: none }
}
Cheers!
Josue
amazing thank you :)