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

    hi,

    i have a problem with the layout elements. in the link you can see, that i have left side with text and enquiry form and on the right side some portfolio items. i have made this very complicated and the responsive aspect is not good. is there any chance to build the left side i a custome height and that the right elements will not move?

    i hope you know what i mean.

    kr dirk

    #377020

    Hey schnippel!

    It sounds like your wanting the columns to stick to 2 instead of folding on top of each other on small screen sizes. If you do this though then everything is going to run into each other and look very cramped.

    You can add this to your custom CSS to see what I mean.

    .av_one_half {
      float: left !important;
      width: 50% !important;
    }

    There just isn’t enough space on small mobiles to make it look good in two columns.

    Best regards,
    Elliott

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