Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #811715

    Hi guys,

    I am looking for a solution for one of my tables.

    The problem is that on the Iphone 6 device the table is cut off on the right side….maybe you get a solution for me.

    THX
    Regards,
    Andy

    #811789

    Hey empolis,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 450px) {
     td, th {
       padding: 7px;
     }
     #friseur-preisliste {
       padding-left: 15px;
     }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #811830

    THX Victoria,

    I did the change but this does not fix the problem really ;(

    Regards,
    Andy

    #812669

    Hi Andy,

    Let’s try this css instead:

    
    @media only screen and (max-width: 450px) {
     .responsive #top #wrap_all #after_full_slider_1 .container {
        width: 90%;
        max-width: 90%;
    }
     td, th {
       padding: 7px;
     }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #813336

    Victoria thx a lot!

    I decided to use different content on the mobile version.

    So you can close the ticket…
    Regards,
    Andy

    #813883

    Hi Andy,

    Let us know if you need any help them :)

    Best regards,
    Victoria

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