+ Reply to Thread
Results 1 to 3 of 3

Thread: New Line after 4 Listings

  1. #1

    New Line after 4 Listings

    Hi,

    how can i resolve following Problem.
    On the Add Listiung Page, i have 4 Listings Plans, so its all good:

    bild1.JPG

    But if i have 6 Listings Plans, it is look like this:

    bild2.JPG

    There is a scrollbar.

    How do I fix it so that after 4 Plans, automatically a new row appears?

    This is what i found, but i dont know how can I implement it.

    Code:
    Only registered members can view the code.
    Thanks for help
    Marco

  2. #2
    Hello Marko,

    You can change it yourself in styles only. Go to:

    ftp://templates>>your_template>>css>>style.css at line ~ 4054

    find class: ul.plans > li

    and parameter: display: inline-block;

    and replace to: float: left;

    Then find class at line ~ 6960

    .mCSB_horizontal > .mCSB_container

    and add parameter: width: auto !important;

    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    PERFECT !!!! Great Support here. It Works fine.
    Tanks.

+ Reply to Thread