Hi i need css to close my empty gap on right side.
Please refer to image:
http://serwer1614536.home.pl/autoinstalator/wordpress2/wp-content/uploads/2018/03/question.jpg
What is the css behind?
Website link enclosed.
Hey swotmarketing,
I’m not sure I understand what you mean by that, do you mean that the image is cut off? It seems to actually look like that if you look at the image directly in private.
Best regards,
Rikard
I need to close the gap in red circle. i want to push my image toward right side using css. Do you get what i meant?
Hi,
Ok, thanks for clarifying. Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi, please check private content.
Hi,
Thanks for that. Please try this in Quick CSS:
#contact .container {
max-width: 100% !important;
padding: 0 !important;
}
#contact .avia-image-container-inner {
float:right !important;
}
Best regards,
Rikard
Cool! It works like charm! But if i want to apply it on other images, what should i do? should i insert specific css ID for the image?
Hi, close this threat. I figured it out! ThanksSSS!