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

    the last section of my web side is three column with three post each in a magasin-box.
    This is the same on the precedent section but the last one is not responsive.
    I tried to copuy past the column from the other section but nothing changes…

    my website is http://lionsroad.eu

    Thank you for your help

    PS i also have trouble with the title of this section but I puted it in an another topic

    #727596

    Hey antoinevs,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .flex_column {
        width: 100%!important;
        margin-left: 0!important;
    }}
    

    Best regards,
    Yigit

    #727777

    it works…
    but the thumbnails are still smaller than in the other sections :-s

    #728169

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .container { padding: 0; }}
    

    Best regards,
    Yigit

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