Home Forums Themes Support Gecko Responsive Problem in Footer

Viewing 3 reply threads
  • Author
    Posts
    • #4116

      Hey there,

      as you see in the screenshots, after a certain with of the browser window, the content in the first footer area jumps at the really left edge of the browser window. on mobile and tablet version works nice, but on desktop layout looks bad.  thanks for any kind of help.

       

      best wishes from switzerland

      Attachments:
      You must be logged in to view attached files.
    • #4123

      Hi,

      You can add custom css in JanStudio > Them Option > General Layout > Custom CSS

      @media only screen and (min-width: 1200px) { .footer__top.jas-container { padding: 0 20px;} }

      Best regards

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

    • #4137

      thank you for the fast reply.

      I added your code to the custom css and saved the changes but still the same issue with the footer. any other idea?

      Attachments:
      You must be logged in to view attached files.
    • #4143

      Sorry

      Correct code is

      @media only screen and (min-width: 1200px) { .footer__top .jas-container { padding: 0 20px;} }

      Best regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.