Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #288148

    Hi, i have problem with the magazin thumbnails. They are not in the correct size.

    The images are rezising to 49 x 24 px but it should be to 49 x 49 px

    How can i fix that

    regards

    #288179

    Hey!

    Try regenerating the thumbnails: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Josue

    #288461

    Hey, rgenerating thumbnails solved not the problem.

    regards

    #288469

    Hi!

    Can you post the link to your website please?

    Cheers!
    Yigit

    #288634
    This reply has been marked as private.
    #288657

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-magazine-thumbnail img { height: 49px; }

    Best regards,
    Yigit

    #289049

    Hey, sorry but it is not working. If i do that, the main pcture is also scrapped to 49 px. You can see it in the sreen

    regards

    #289053

    Hey!

    Can you please post the link to the page that is in your screenshot? I could not find it

    Cheers!
    Yigit

    #289136

    http://bfc.com/testseite/

    here is the link

    #289143

    Hi!

    Please use following code instead

    .av-magazine-sideshow .av-magazine-thumbnail img {
    height: 49px!important;
    }

    Cheers!
    Yigit

    #301673

    hi, this solved not my problem. The small thumb is now in the right format but the big thumb on the left side is not right. You can see it above in the screenshot

    regards

    #301676

    Hi!

    Login credentials do not seem to work anymore. Can you please check them once again?

    Regards,
    Yigit

    #301979
    This reply has been marked as private.
    #302106

    Hi!

    Add this too:

    .av-magazine-hero .av-magazine-thumbnail img {
        height: auto !important;
    }

    Cheers!
    Josue

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.