Tagged: enfold
Hello,
I have an easy task this time, on the following page https://www.fishesinvasion.com/test/exibitions/ on smartphone, the posts are small and with white space on the right. I would like to enlarge and center the posts, to see them better and not leave white spaces like now.
Thanks in advance for your help.
Andrew
Hi Andrew,
Please try this in Quick CSS:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #main .avia-content-slider .slide-entry {
width: 100% !important;
}
.responsive #top #wrap_all #main .avia-content-slider .slide-entry-wrap {
display: block;
}
}
Best regards,
Rikard
Sorry Rickard,
maybe i was not so clear in my intentions, i want to keep 2 columns as in the beginning only centered with no space on the right, not one single column as after your CSS. I changed your CSS and now the result is OK.
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all #main .avia-content-slider .slide-entry {
width: 100% !important;
}
}
You can close the ticket please.
Thank you