Okay
  Public Ticket #2689374
Customised image sizes doesn't work
Closed

Comments

  •  3
    Evie Pham started the conversation

    Hello, I tried to customize the sizes of 3 images above the text (screenshot attached) following your instruction https://themenectar.ticksy.com/article/2313/edit/, but it doesn't work. It only works if the .my-size class is added in the column setting - but then the whole column is resized - which is not what I want (the last image attached).

    Thanks!

  •  8,394
    Tahir replied

    Hey Again, 

    You need to add to the class just to img element and try writing the CSS like this;

    img.my-size { width: 400px!important; height: 300px!important; }




    ThemeNectar Support Team 

  •  3
    Evie Pham replied

    It works! Thank you very much!