Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #299683

    Hello, if you look at my new site im building:

    http://x.tfuhq.com/

    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 :)

    null

    #299972

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 767px) {
    .faction{ display: none }
    }

    Cheers! 
    Josue

    #300144

    amazing thank you :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Adjust an element to appear above social icons in mobile mode..’ is closed to new replies.