Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #545083

    Hello,

    I’ve developed a webpage (www.loesencial.es) that it’s shown really cool on computers. I feel happy also when i display de webpage on mobiles but when i display the homepage on iPad (specially in vertical layout), the webpage show the same structure in the home-page that in desktop computer (4 collums: 2 of them showing the last news and 2 of them showing last reviews, for example), and the texts are shown veeery tall: It could be possible to show only 2 column when the webpage were displayed on iPad?

    Please, take a look on http://www.loesencial.es and let me know what would be your best option base on your technical skills and experience. Many thanks in advance! :D

    #545178

    Hey Gimrog!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1024px) and (min-width: 769px) {
    .home #av_section_3 .flex_column.av_one_half {
        width: 100%;
        margin-left: 0;
    }}

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.