Forum Replies Created

Viewing 3 posts - 4,901 through 4,903 (of 4,903 total)
  • Author
    Posts
  • in reply to: Title posts #80353
    Mahesh
    Participant

    Hi @mithrand,
    Can you please post in your site URL?

    in reply to: is this theme good for seo? #80352
    Mahesh
    Participant

    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
    Participant

    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 3 posts - 4,901 through 4,903 (of 4,903 total)