>Furthermore the images are very small in the mobile version. Is it possible that it chances from 4 columns on desktop to 2 columns in the mobile version?
This is google’s translation.
I am a Japanese who can not speak English.
If you change the display setting to Masonry, it becomes 2 columns on mobile.
However, if the number of lines varies depending on the number of characters such as the title, the top of the image is not aligned.
This is the same on the full screen.
I think that it is adjusted with javascript, but I do not know which part of which file to customize.
Please answer someone.
Hi @47grad,
Unfortunately, we don’t support the gallery description. But you can add this to make the image larger on mobile:
@media ( max-width: 768px ) { .g-col-4 .g-item { width: 50%;} }
Let me know!
-
This reply was modified 8 years, 2 months ago by
FameThemes.
Thread Starter
47grad
(@47grad)
Hi, thanks for both your answers. Now there are only two images in the mobile version.
@famethemes: Where exactly do I have to add the code?
And is there a possibility to completely deactivate the hoover-zoom for the images. So I could show the images without any dynamic elements.
Regards!
@47grad
You need to add in Customize => additional CSS.
.g-zoom-in .g-item:hover img { transform: none; }
Thread Starter
47grad
(@47grad)
Thank you very much for your help!
You’re welcome. Please mark topic is resolved.
And if you love the OnePress theme, don’t shy leave us some review here:
https://ww.wp.xz.cn/support/theme/onepress/reviews/?filter=5#new-post
Thank you!