I have 1/3 grid rows set for my portfolio page to go fullscreen. Everything looks great, however, on smaller screen sizes (iPad portrait) I am getting a 1px white line beneath them. Can you please let me know how I can fix this? Thank you!
Hey djshortkut!
Please add following code to Quick CSS
@media only screen and (max-width: 769px) {
.flex_cell_inner {
margin-bottom: -1px;
}}
Regards,
Yigit
Thanks Yigit but that didn’t seem to do anything. I”’m still having the same issue.
Hey!
Can you please try the code as following
@media only screen and (max-width: 769px) {
#av-layout-grid-1 .flex_cell_inner {
margin-bottom: -1px !important;
}}
If that too does not work, please create a temporary admin login and post it here privately.
Cheers!
Yigit
That fixed it, thanks! You can close this thread.