Tagged: Widget
Hi
I had to create a custom footer (which I did just manually add at the bottom of each page, as I couldn’t solve the logo issue any other way.
My question now is. If I insert the widget from the blog (recent posts) the alignment of the links is off by about 12 pixels. If I change the margin to margin-left: -12 px; this affects the entry on the Home page (new footer) as well as the entry on the Single Blog post in the sidebar.
I tried to find the css affecting it other than the margin-left, but could not find it… would you have any recommendation?
Oh and one more question. The logo on the left hand side is in IE 11 quite a bit bigger than in Safari & Firefox/Chrome (all latest versions). Why could that be? There is no custom css just the padding within the columns from Enfold.
I’ve pasted the links below.
Thanks so much for your help.
Kindest Regards,
Corina
Hi Corina!
I think your wanting this CSS.
.widget li {
margin-left: 0px !important;
padding-left: 0px !important;
}
If that’s not correct then please take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
Elliott
oh Thanks Elliott… awesome… sometimes I don’t see the forest because of all the trees ;-)
Have a lovely day & kindest Regards,
Corina