test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #929011

    Hi
    Try this code in custom.css file to add 4 items in one row .

    @media screen and (min-width: 992px) {
    ul.category-module-list .ja-animation {
        width: 25!important%;
    }}

    Let me know if it helps .

    norchris Friend
    #929290

    Thank you, but it did not help, see screen dump (to get 4 boxes, I choose; Filtering options, Count, 4.

    Maybe something else?

    Thank you!

    Norchris


    1. 4boxes
    Pankaj Sharma Moderator
    #929300

    Hi
    Sorry there was syntax mistake in my last code .
    please use this code

    @media screen and (min-width: 992px) {
    ul.category-module-list .ja-animation {
        width: 25%!important;
    }}

    it will work.

    norchris Friend
    #929330

    Wow, that worked out nicely! Thank you!

    Issue solved!

    Norchris

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  norchris 8 years, 8 months ago.

The topic ‘How change from 3 to 4 articles in "Latest blog posts"?’ is closed to new replies.