I want to change .av-masonry-entry-content entry-content width. I tryed using css element width but then div text is not in middle. Any other solution?
Hey s4phirs,
Can you screenshot the exact section?
Best regards,
Jordan Shannon
yes here you go: https://imgur.com/a/oZMLNgP
Hi,
Find this is your css:
.av-masonry-entry-content {
padding: 0 20px !important;
}
and change to this:
.av-masonry-entry-content {
padding: 0 60px !important;
}
Best regards,
Jordan Shannon
Thank you :)