0
Welcome Guest! Login
0 items Join Now

Language Switcher position in Afterburner2 that works on small screen?

    • nhudell's Avatar
    • nhudell
    • Newbie
    • Posts: 6
    • Thanks: 0

    Language Switcher position in Afterburner2 that works on small screen?

    Posted 8 years 10 months ago
    • Hello all,

      I have installed Afterburner2 on my website at bkksr.com/ , and it's all lovely except that the language switcher slides down the screen on a smaller device. Right now I have the Language Switcher module in Header-C.

      I've tried a few different CSS approaches, but cannot work it out.

      Any advice would be awesome!

      Cheers,

      Nicholas

      Desktop view:
      This image is hidden for guests.
      Please log in or register to see it.


      Mobile view:
      This image is hidden for guests.
      Please log in or register to see it.
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22283
    • Thanks: 3226
    • messin' with stuff

    Re: Language Switcher position in Afterburner2 that works on small screen?

    Posted 8 years 10 months ago
    • @media (max-width: 767px) {
      .mod-languages {
          position: absolute;
          right: 0;
          top: -135px;
      }
      }

      :)
    • The following users have thanked you: nhudell

    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:
    • nhudell's Avatar
    • nhudell
    • Newbie
    • Posts: 6
    • Thanks: 0

    Re: Language Switcher position in Afterburner2 that works on small screen?

    Posted 8 years 10 months ago
    • Thank you so much Matt, much appreciated.
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22283
    • Thanks: 3226
    • messin' with stuff

    Re: Language Switcher position in Afterburner2 that works on small screen?

    Posted 8 years 10 months ago
    • Dig the avatar too ;)

      If a thread is solved please edit your *original/first* post and place "[SOLVED]" (no quotes; but you do need the brackets) at the beginning of your post title. Changing the post icon to the Solved Checkmark is helpful too. :)
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:

Time to create page: 0.055 seconds