This topic has 2 replies, 3 voices, and was last updated 9 years by Radu.

  • Author
  • #82724
     cbdesign
    Participant

    Hi quick question hopefully you can let me know soon – I did 3 lists and there is a lot of space before the first 2 and not the 2nd and 3rd – I want the columns to be even? How do I do that?

    Also what if I wanted to change the separator line color between the list items to a different color? Or a different thickness? Thanks!

    #82741
     sharmstr
    Moderator

    It only looks like the gap is not the same. They actually are. What’s throwing it off is your multiline “PODIATRY, DENTAL AND OPTOMETRY CONTRACTED PROVIDERS”. Since that is longer than anything in the other columns, its making the separator longer (takes up the entire width).

    try this

    COPY CODE
    
    ul.list-unstyled.list-divider {
        width: 100% !important;
    }
    

    again, all you need to do is right click to get the css for the separator…

    COPY CODE
    
    .main-color .list-divider li {
        border-color: green;
        border-width: 10px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #82753
     Radu
    Moderator

    Hi,

    First, you need to update KLEO to latest version 3.0.10 your current version is 3.0.3

    In the oldest versions of kleo there was a version of Visual Composer which produced a bug where the paddings didn’t work and unfortunately probably you have builded your site in that version but we had to fixed to all other clients where this was broken.
    The issue is now fixed and i recommend you to change your spacings/paddings in order to maintain the layout over the future updates.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?