• horecapascarella

    (@horecapascarella)


    Good morning
    I have a problem.
    I would like to tighten the categories columns to let more categories enter each row.
    My icons are 60×60 px

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • etoilewebdesign

    (@etoilewebdesign)

    Hi orecapascarella,

    You could use the following custom CSS to center the images vertically:

    
    .upcp-overview-mode-image.upcp-category img {
        position: absolute;
        top:0;
        bottom:0;
        margin:auto;
    }
    

    The other thing you could do is use images that are of higher resolution, because if you try to reduce the size of the items, they would not be displayed correctly and would require you to re-write a lot of CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Categories’ is closed to new replies.