Yemoonyah
Member
Posted 2 years ago #
Hi
I just upgraded to 2.8 and now my galleries are messed up. They are set to show three columns but now the third column image appears beneath the other two. See here for an example
Does anyone know what could have caused this and how to fix it?
Thanks for the help!
Amend style.css (line 146) from
dl.gallery-item {
padding:10px;
width:150px;
}
to
dl.gallery-item {
width:150px;
}
Yemoonyah
Member
Posted 2 years ago #
I tried it but it does not change anything.
You've added a padding of 5px to dl.gallery-item! Take it off and it will work.
Yemoonyah
Member
Posted 2 years ago #
Thank you !!!! I tried that yesterday and it did not seem to work, but now it does :-) Thanks again!