Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #703871

    Hello Kriesi team and congratulations for your success with Enfold theme.

    I have an issue : How can I change the Paddings of a grid-row cell when the website is shown on an iPad. (It looks great on screen and iPhone by the way)

    Here is the Website : http://espace2roues.ch/

    All the best,
    Pascal

    #703945

    Hey PascalStifani,

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    
    #top .flex_cell.av_one_half {
        padding: 15px !important;
        font-size: 14px;
    }
    
    #top .flex_cell.av_one_half.av-zero-padding {
        padding: 0 !important;
    }
    
    #top .flex_cell.av_one_half .av-special-heading {
        padding-bottom: 8px !important;
    }
    
    #top .flex_cell.av_one_half .av-special-heading-tag {
        font-size: 24px;
    }
    
    #top .flex_cell.av_one_half .av-subheading {
        font-size: 18px !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #704209

    Hi Nikko,

    Thank you for your answer.

    But the solution you provide doesn’t work the way I want.
    More details on this screen capture

    Link to see the picture :
    http://i.imgur.com/uFNHUvu.png

    Thanks again,

    Pascal

    • This reply was modified 7 years, 5 months ago by PascalStifani.
    #705944

    Hi,

    Please replace the code I gave above to:

    @media only screen and (min-width:768px) and (max-width:1024px) {
      #top .flex_cell.av_one_half {
        padding: 15px !important;
        font-size: 14px;
      }
    
      #top .flex_cell.av_one_half.av-zero-padding {
        padding: 0 !important;
      }
    
      #top .flex_cell.av_one_half .av-special-heading {
        padding-bottom: 8px !important;
      }
    
      #top .flex_cell.av_one_half .av-special-heading-tag {
        font-size: 24px;
      }
    
      #top .flex_cell.av_one_half .av-subheading {
        font-size: 18px !important;
      }
    }

    Let us know if it works. If not, please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.

    Best regards,
    Nikko

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