Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #305516

    Hi there,

    Just starting to set up the blog. We’d like to use the small image, single author layout. We’d like a small (80/80) image next to the title but our image is at the moment on top of the default image and that default image seems to have expanded. Can’t find how to alter this. Help much appreciated.

    Please see link in private content

    #305608

    Hey rpl_admin!

    Thank you for using our theme.

    The default image size on the single blog page ist 180*180px.

    You can change it to a smaller size. Put the following in enfold/css/custom.css or Dashboard->Enfold->Styles->Quick-CSS field and adjust the values:

    
    .single-post .single-small .small-preview{
        height: 80px !important;
        width: 80px !important;
    }
    

    Cheers!
    Günter

    • This reply was modified 10 years, 3 months ago by Günter.
    #305638

    H Gunter, Many thanks for that. It doesn’t seem to have changed though and we’re still seeing the larger image under the one smaller one that we want to show.

    #305646

    Hey!

    Replace the code above with the following:

    
    .single-post .single-small.with-slider .small-preview {
        height: 80px !important;
        width: 80px !important;
    }
    

    Regards,
    Günter

    #306107

    Many thanks – that seems to have worked.

    #306150

    Hi!

    Glad I could help you.

    Enjoy the theme.

    Cheers!
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blog, Small image, single author, image size’ is closed to new replies.