Padding widget and content area
A while back i remember messing with the content css as i was tying to add 30px padding to the content globally so I did not have to add it to each page via the muffin builder.
After doing that I must have targeted the wrong css item and had to ad a negative 30px to the widget area.
Problem is, I cannot find any of this what so ever in the custom css area of the muffin options so wondering if this got cached somehow somewhere?
I would like to remove these two things because i think it may be what is messing up the bottom of my sidebar area on mobile but can't find where to do this now... Any suggestions?
Here is what I am almost positive I added a while back and don't think this is default in the theme
I think i just need to add this instead but need to remove those other two css entries
.entry-content { margin-top: 30px; }
Thanks
Comments