Your account expired support, please renew to get your support.

Home Forums Themes Support Gecko Adjust footer areas for mobile devices

Viewing 2 reply threads
  • Author
    Posts
    • #34852
      MoonTreasures
      Support Expired

      Hello,

      I can’t figure out how to set footer area 1 and 2 (and footer area 3 and 4) next to each other (and responsive) on a mobile device. Is there any way to adjust it so that it looks on a mobile device like the screenshot I took of another mobile website?

      Thanks in advance!

      Attachments:
      You must be logged in to view attached files.
    • #34855
      Harry
      Support Expired

      Hi,

      Please add more code to gecko-child > style.css

      @media only screen and (max-width: 767px) {
      .footer__top .jas-col-xs-12 {
      	-ms-flex-preferred-size: 50%;
      	-webkit-flex-basis: 50%;
      	flex-basis: 50%;
      	max-width: 50%;
      }}

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #34856
      MoonTreasures
      Support Expired

      Thank you. That worked for us!

Viewing 2 reply threads

You must be logged in to reply to this topic.