Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #983142

    Hi,
    I want to display elements horizontally ( display:inline-block) but it does not work anyway …

    Like this here:
    https://ibb.co/iiTFU8

    Thanks for help,
    best regards

    Mario

    #983208

    Hey pilepale,

    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

    
    .col-md-4.proizvod-pg.bljok {
      display: block;
      float: left;
    }
    .col-md-4.proizvod-pg.bljok + .col-md-8 {
      float: left;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #983220

    Hey Victoria,
    it works like a charm :)
    Thank you for the quick response and your help
    Best regards,
    Mario

    #983240

    Hi Mario,

    Glad we could help :)

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

    #984822

    Hi,
    I need further assistance :)
    I´ve added some more items with different image sizes and it looks like this now:

    How to how to sort them without gaps?

    Thanks for help,
    best regards

    Mario

    #984896

    I got it… <div class=”row”> is the solution

    Best regards,
    Mario

    #984984

    Hi Mario,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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