Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #326684
    biagio
    Member

    Hi all

    is there a way to adjust the featured content size?
    http://www.defactoo.com/ipdogz/

    I have used it as “News” section and found out, that with this CSS snippet i am able to resize the pictures.

    .featured-content-wrapper .post-thumbnail{
    width: 80%;}

    Thanks Biagio

    #326688
    Sakin
    Keymaster

    Hi Biagio,

    Yes, you can adjust the content size of the Featured Content using the following CSS in the “Appearance => Customize => Additional CSS” box:

    .featured-content-wrapper .entry-container {
      width: 80%;
    }

    Regards,
    Sakin

    #326689
    biagio
    Member

    Hi Sakin

    that works but when i reduce the size to 80% the are not centered anymore.

    Cheers,
    Biagio

    #326690
    Sakin
    Keymaster

    Hi Biagio,

    If you want to reduce both the image and content and then make it centered then you need to remove both CSS which have the width that you used for the Image and Content and then add the following CSS. In the following CSS, we are controlling with the padding.

    #featured-content-section article {
      padding: 0 4%;
    }

    Regards,
    Sakin

    #326694
    biagio
    Member

    Hi Sakin

    thanks that works!

    Another Question, there is no Contact Section in that theme, is it planned to add that feature?

    Regards,
    Biagio

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Featured Content Size’ is closed to new replies.