Hi.
I want the widget and blog post to have same height – http://www.newyorkinspiration.com
What code shall I add?
Thanks
Charlotte
Hey Charlotte!
That would require us to have a look at the web page if possible, to see if we can do it somehow for you.
Please do share the link for us!
Cheers!
Basilis
Hey Basilis,
I have already provided the link – but ok, here it comes again!
http://www.newyorkinspiration.com
Hi!
Please turn on the custom css class field (link) then edit the blog post element. Add a unique custom css class for it, “custom-blog” for example then add this in the Quick CSS field:
.custom-blog .post .entry-content-wrapper > .entry-content > p {
margin-top: 0;
}
Regards,
Ismael
Hi Ismael,
Thanks. I follow all the steps but don´t se any difference. Empty cache..
Hi,
Try the following instead:
.post-11090 .entry-content p {
margin-top: 0px !important;
}
Regards,
Rikard
Thanks :) That worked!