Hi,
Please add css code to follow below steps :
Path : First go to plugin folder then /flickr-album-gallery/css/bootstrap.min.css
open bootstrap css file and add below css code.
CSS code : @media (min-width:1300px) {
.container {
width:1255px auto;
}
you can also add it from site back-end.
Path : First go to flickr album gallery —>>>> then select and edit the gallery post (VB Therwil – VBC Galina ) —>>> and add css code at custom css text-box and update the post.
Thanks
Hi there.
Thank you for the help.
I did what you proposed, and it actually worked on on my tablet (Android/landscape mode).
On my desktop it is still the same
(Caching is disabled)
Thanks
Hello hescphoto,
Add the following section of code, it will resolve your issue-
@media (min-width: 1200px){
.container {
width: 1255px !important ;
}
}
Thanks.
GREAT! With this snippet it works, now it looks like it should
Thank you very much for your support