Hello @francynesoares,
Can you please provide some explanatory screenshots?
You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online services (Google Drive, Dropbox, etc.).
Kind Regards, Roman.
Look: http://eccoenergydrink.com/wp-content/uploads/2017/06/site-ecco.png
I need use images in some blocks, i use the image widget, but don’t show responsive.
How i can make this?
Hello @francynesoares,
You mentioned mobile version in your first post of this topic and the screenshot shows very zoomed out page that has nothing to do with mobile version.
I’m still not sure what exactly is your issue, please describe it more precisely.
Kind Regards, Roman.
Hello friend,
I sended for you the site link, i think is more easy if you can see what i related.
http://eccoenergydrink.com
My problem is simple, when i use imagens in “imagens widget” it does’nt work like responsive, but i need to use only images in some blocks, how i can make this to that stay responsive?
Hello @francynesoares,
I have just checked your website on different resolutions once again and it seems to be responsive.
I guess that you are checking mobile view by zooming out the page, that’s not correct way to do that.
Kind Regards, Roman.
You can see spaces around the image, which don’t exist. They need to stick together to the sides of the screen, so you can see that they aren’t adapting, even I have put that is not to have padding.
Hello @francynesoares,
Please try to use the following CSS code.
You can add CSS code in Dashboard → Appearance → Customize → Additional CSS (WordPress 4.7 and up).
@media only screen and (max-width: 780px) {
.panel-grid .panel-grid-cell {
padding-left: 0 !important;
padding-right: 0 !important;
margin-bottom: 0 !important;
}
}
Kind Regards, Roman.