Hi,
I am trying to make the first img in the sidebar widget be the full width of the sidebar with no padding, (do not want to see the green sidebar background around this img only)
sara.anxietycontrolcenter.com
Hi,
I am trying to make the first img in the sidebar widget be the full width of the sidebar with no padding, (do not want to see the green sidebar background around this img only)
sara.anxietycontrolcenter.com
Hi @venture718,
Thanks for reaching out.
The image itself has a green background, but please try adding this CSS to your global custom CSS.
#black-studio-tinymce-10 img{
-ms-transform: scale(1.09, 1.2); /* IE 9 */
-webkit-transform: scale(1.09, 1.2); /* Safari */
transform: scale(1.09, 1.2);
}
Thanks!
That worked, Thank you!
You’re welcome!
Thanks for letting us know that it has worked for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.