Resizing Dyad tiles
-
How do I reduce the size of the tiles on Dyad? I would like them to be quite smaller.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can use the below code to make the tiles smaller.
@media only screen and (min-width: 1200px) { .posts .hentry { width: 20%; } }This is already very small and any smaller starts causing visual issues. In addition, this will only affect window sizes above 1200px. If you want to display multiple tiles on every row for resolutions smaller than this, please let me know with details and I’ll do my best to help.
Take care,
Onur
- The topic ‘Resizing Dyad tiles’ is closed to new replies.