Imagen size smartlist 4

Posted in: Newspaper
Post count: 63

Hi,
Can the image size be changed in SmarList4 for the PC version?

I need it to be a little bit bigger.

Thank you.

Post count: 22421

On smart list 4, the images if inserted in full size will be as big as the container meaning 696 px. They cannot be any bigger. Please check the size you insert images in and make sure you do not insert thumbnails of your images: https://www.screencast.com/t/JeVcnPA7cr8D

Thank you!

Post count: 63

Thanks Bogdan

And is it not possible, by modifying the code, to give more space for the image?

Post count: 22421

There is no more space to be added. The image is already in full size. It is the biggest size an image can have. Only if you do not use a sidebar on your post can you have bigger images. If you use a sidebar, 696 px is the biggest width an image can have. Altering the theme width is not easy. It can be done through customization which will not be easy as our theme width is not adjustable and all the theme elements have to be adjusted to the new width.

Thank you!

Post count: 63

okay
I’ll leave it like that.
Would it be possible to remove the numbering of the smarlist? 1, 2, 3 .. Only the title of the list appears.

Thank you.

Post count: 22421

Hello,
Sure,
Please add this cs to your theme panel-> custom css box:
.td_smart_list_4 .td-sml-current-item-nr{
display:none
}
.td_smart_list_4 .td-sml-current-item-title{
Padding-left:0
}

Thank you!

Post count: 63

Hello again!

It is possible to remove the numbering of the smarlist 4 only from a specific article, that is, when putting the code:
.td_smart_list_4 .td-sml-current-item-nr{
display:none
}
.td_smart_list_4 .td-sml-current-item-title{
Padding-left:0
}

it affects all the smarlist of the whole web ??

Post count: 22421

Hello,

Yes, your code will affect all smart lists 4.
If you want to target a specific post, you have to use the post id as the first class in your selectors. Use the browser inspector to get the post id: https://www.screencast.com/t/a8qrC9Fn
For my post I would use

.postid-1016 .td_smart_list_4 .td-sml-current-item-nr{
display:none
}

Thanks.

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.