Home Forums Themes Support Gecko Frontpage – presentation of Categories on iPad

Topic Resolution: Resolved
Viewing 4 reply threads
  • Author
    Posts
    • #16944

      Hello, on my computer screen and on mobile my site looks good. There I have 3 coloums and 2 rows of categories. But on my iPad in vertical view – although 2 coloums would fit – just one picture / coloumn is shown, so there is a hughe space on the right and all the categories are shown under each other. How can I change this? Thank you.

    • #16965

      Hi,

      Sorry to keep you wait. Please use the custom CSS code below
       

      @media only screen and (min-width: 480px) and (max-width: 768px) {
          .grid-sizer.size-4 {
              width: 50%;
          }
      }
    • #16999

      Hello thank you for your answer. I am not an expert 😉 – so I guess I have to go into my FTP Programm and put this code manually into a data file – in which one exactly? Is it called CSS?

      Thank you.

       

    • #17000

      Hi,

      Please add the custom code in JanStudio Theme Options / General Layout / Custom CSS Style

    • #17103

      Thank you!

Viewing 4 reply threads

You must be logged in to reply to this topic.