I have an image that I placed inside a text box in a footer widget. I have it aligned to the bottom of the footer. However, on mobile devices it does it not. On mobile devices it has unwanted padding (pic#2).
How can I fix this?
Image aligned at bottom:
How the image displays on mobile devices with unwanted padding:
Hey ejet!
We would need to see the site live to inspect the padding on it.
Cheers!
Devin
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) and (min-width: 768px) {
#recent-posts-3.widget_recent_entries li a { font-size: 10px; }}
@media only screen and (max-width: 767px) {
#footer > div > div:nth-child(3) {
margin-bottom: 0!important;
}}
Cheers!
Yigit
Excellent. Worked perfectly.
Thank you for all the great theme support.