• Look at my module a carousel. The avatar is showing really in a terrible way.
    Can you guys please help me to fix it. If it’s hard to fix it can you atleast tell me how to delete that part of avatar and the author name.

    Also keep in mind that I made this change

    owl-carousel .owl-item img {
    display : block;
    height:200px ;
    width:300px;}

    my website is https://ofertasuksesi.net

    Ofertasuksesi.net is a directory theme

Viewing 4 replies - 1 through 4 (of 4 total)
  • The avatars are only 30×30 pixels but the code you posted forces them to stretch out to 200 pixels in height and 300 pixels wide, so they look stretched out. If you remove the code you added, your avatars will look fine again.

    Thread Starter ArtimisK

    (@artimisk)

    I know I mentioned that I did put that code owl-carousel `.owl-item img {
    display : block;
    height:200px ;
    width:300px;}`

    And I want that code to stay for the images that are up on avatars to be with fixed dimensions like height 200 px and width 300px. And for avatars I want them to be 30×30 pixels.

    You could try this code instead:

    .cs_thumbsection img {
      height: 200px;
      width: 300px;
    }

    This code would only affect the larger images (the ones with the “Urjgente” banner) without touching the avatar images.

    Was that what you were trying to achieve? I’m afraid I’m not 100% sure about what you’re asking.

    Thread Starter ArtimisK

    (@artimisk)

    I don’t know you but I will find you and I will hug you haha. Thank you very much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I have a problem with css in carousel homepage’ is closed to new replies.