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

    Hi there,

    1. Size of post pictures thumbnails in sitebar blog: These are 36×36. how can I change that iun 100 x100?
    The CSS code I found in the forum does not seem to work.
    img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
    width: 100px;
    }

    2. How can I change the name for “Blog”? Especially in the breadcrump line

    thank’s

    Deutsch:
    1.Grösse der Beitragsbilder thumbnails in sitebar blog
    Diese sind 36 x 36 wie kann ich die Größe in 100 x100 ändern?
    Der CSS code, den ich im Forum gefunden habe, scheint nicht zu funktionieren.

    img.attachment-shop_thumbnail.size-shop_thumbnail.wp-post-image {
    width: 100px;
    }

    2.Wie kann ich den Namen für “Blog” ändern? Speziell in der Breadcrump Zeile
    danke.

    • This topic was modified 5 years, 10 months ago by solf.
    #1054722

    Hey hz2014,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1055100
    This reply has been marked as private.
    #1056194

    Hi hz2014,

    Thank you.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .news-thumb, .news-thumb img {
      width: 108px;
      height: 108px;
    }
     .news-thumb img {
      width: 100px;
      height: 100px;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1056523

    Hi Vicoria,
    This code causes the post picture to load a 36 x 36 px graphics version and scale to 100 x 100 px. This makes the quality blurry. The graphic is in the original with 400 x 400 px. How can I cause the post picture to use a higher resolution graphic to keep the image sharp at 100×100?

    thanks

    ====
    Deutsch
    Dieser Code bewirkt, dass als Beitragsbild eine 36 x 36 px Grafikversion geladen und auf 100 x 100 px scaliert wird. Dadurch ist die Qualität zwangsläufig verschwommen. Die Grafik liegt im Original mit 400 x 400 px vor. Wie kann ich bewirken, dass im Beitragsbild eine höhere auflösende Grafik verwendet werden kann, damit die Darstellung in 100 x 100 scharf ist ?

    #1056738

    Hi hz2014,

    You can try changing the widget image size by following this thread
    https://kriesi.at/support/topic/changing-widget-image-dimensions/#post-290917

    Actually, currently, the image used is 80x80px.

    Best regards,
    Victoria

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