Forum Replies Created

Viewing 2 posts - 4,921 through 4,922 (of 4,922 total)
  • Author
    Posts
  • in reply to: is this theme good for seo? #80352
    Mahesh
    Keymaster

    Hi @agenciabrushup,

    Yes, Chicago is a good theme for both website and blogging. It is fully responsive theme with different customization features. The theme provides good SEO too. I recommend you to check Chicago’s free version for demo from wordpress. If you like it you can upgrade to its Pro version anytime. Pro version give you more customization features.

    in reply to: Can i add 5th feature in same line #80351
    Mahesh
    Keymaster

    Hi @Marko,

    Yes, you can add 5th Featured Content in the same line. Add custom CSS as below in “Appearance => Theme Options => Custom CSS” box:

    @media screen and (min-width: 981px) {
         #featured-post.layout-four .post:nth-child(4n+1), 
         #featured-post.layout-three .post:nth-child(3n+1){
              clear: none;
         }
    
         #featured-post.layout-four .post{
              width: 18%;
         }
    }
Viewing 2 posts - 4,921 through 4,922 (of 4,922 total)