WhoAJ
-
Posts
35 -
Joined
-
Last visited
Community Answers
-
WhoAJ's post in Large Text box moves down on different sized monitors. was marked as the answer
solved by @tuanphan here and here
-
WhoAJ's post in Grid Gallery STRIPS Re-size was marked as the answer
nvm i figured it out using
.gallery-strips-item img {
transform: scale(0.95) !important;
}
@media only screen and (max-width: 767px) {.gallery-strips-item img {
transform: scale(0.95) !important;
}}