I'm adding an image link to the 3rd footer widget but it's appearing in the 2/middle footer section. Regular type with no link is fine, but anytime I add a link/image, it gets funky.
This is what I have in the custom css:
div.container-wrap {
background-color: #fff;
}
#boxed {
background-color: #ffffff;
box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}
Then I used a basic image link:
a href="http://facebook.com" img src="http://www.itsybitsytime.com/wp-content/uploads/2015/11/IBT_fb_11.5.15b1.png" alt="FACEBOOK"
Hi,
I'm adding an image link to the 3rd footer widget but it's appearing in the 2/middle footer section. Regular type with no link is fine, but anytime I add a link/image, it gets funky.
This is what I have in the custom css:
div.container-wrap {
background-color: #fff;
}
#boxed {
background-color: #ffffff;
box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}
Then I used a basic image link:
a href="http://facebook.com" img src="http://www.itsybitsytime.com/wp-content/uploads/2015/11/IBT_fb_11.5.15b1.png" alt="FACEBOOK"
Please let me know what to do to fix this.
Thank you,
Janean
Hey ,
Please use single quotes instead of double quotes and it should work fine.
Best.
ThemeNectar Support Team