Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #272775

    hello,
    I check my website in tablet and phone. Works but an issue in tablette vertical

    full screen : http://awesomescreenshot.com/07d2wgh173
    tablet in vertical : http://awesomescreenshot.com/0332wgh2bf
    this is 4 image of each 1/4
    Don’t understand why the 2nd line is smaller
    An idea ? Thanks
    regards

    • This topic was modified 10 years, 6 months ago by Luc.
    #272849

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #272955
    This reply has been marked as private.
    #273305

    Hey!

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

    @media only screen and (max-width: 990px) and (min-width: 768px) { 
    div .av_one_fourth {
    margin-left: 2%;
    width: 48%;
    }}

    Cheers!
    Yigit

    #273331

    thanks ! works perfect but declare an other small bug : same page, the logo slider is not anymore in the middle when tablet in vertical mode
    construction : 1/4 blank – 1/2 slider – 1/4 blank

    thank you very much for help
    regards

    • This reply was modified 10 years, 6 months ago by Luc.
    #273349

    Hi!

    Change the code to:

    div .av_one_fourth.column-top-margin {
    margin-left: 2%;
    width: 48%;
    }}

    Regards,
    Josue

    #273358

    perfect !
    thanks a lot

    #273359

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘tablet in vertical mode’ is closed to new replies.