Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author WEN Themes

    (@wenthemes)

    Can you post the site link so that we can debug this issue ?

    Thread Starter cuongbenki

    (@cuongbenki)

    Dear Sir.

    This is my site link : https://cuongquach.com

    What I modified : Appearance > Widget > Front Page Widget Area > Latest News Widget > Number of columns : 6 & Number of post : 12.

    So you can see that the position is not good, it’s very messed. How can i fix it ?

    Thank you.

    Theme Author WEN Themes

    (@wenthemes)

    To solve this issue, simply add the following CSS in your child theme’s style.css.

    .latest-news-widget .col-sm-2:nth-child(6n+1) {
        clear: both;
    }
    Thread Starter cuongbenki

    (@cuongbenki)

    Thank you so much. It’s done.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to modified the size of box is same !’ is closed to new replies.