Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Cris,

    If you are referring to the layout views’ icons, then the following CSS would align them in the center:

    .prod-cat-header-div {
        text-align:center;
    }
    .upcp-thumb-toggle-icon, .upcp-list-toggle-icon, .upcp-details-toggle-icon {
        display:inline-block;
        float:none;
    }

    Let us know if it works out properly for you 🙂

    Best,

    Thread Starter bachacc124

    (@bachacc124)

    Worked like a charm,

    Love you guys.

    Also could you look into the hover over highlighting icons?

    Hi Cris,

    We’re glad to know it’s working properly. As for the hovering, we suggest you not putting it due to the sizing of the icon containers. It might look a bit strange. You could give it a try by trying to add the following:

    .upcp-thumb-toggle-icon:hover, .upcp-list-toggle-icon:hover, .upcp-details-toggle-icon:hover {
        background-color:#878383;
    }

    If not you could try with the same :hover CSS selector and change the background-image. In this case, you would have to create a new set of icons of different colors. Give it a try and let us know how it goes.

    Best,

    Thread Starter bachacc124

    (@bachacc124)

    I played around with it and got exactly what i wanted. Im highly satisfied.

    Thank You.

    Cris

    Thread Starter bachacc124

    (@bachacc124)

    <3

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Center Catalog Layout Icons’ is closed to new replies.