How can I adjust image size and text format in Dawn?

Hi,

I would like to adjust the size of my image like the second picture

Also, i want the title in bold, and being able to adjust the size of the description

Thanx for your help!

Hello @Alex087

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.swiper-slide.product_slider_md_box_new.swiper-slide-active {
    width: 560px !important;
}
.product_slider_md_box_left_new {
    position: relative;
    width: 523px;
    height: 270px;
}
img.lazyautosizes.lazyloaded {
    width: 100%;
    border-radius: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
1 Like

hi @oscprofessional thank you very much!

Only on mobile there is no adjustment, thanks in advance :slightly_smiling_face:

also the responsive of this section seems to be lost