Hi Sakin,
You have taught me many things in wordpress. As a follow-up to Megan’s question; How can I reduce the top padding in my ‘posts’?The reason I would like to decrease the space is because the text in my ‘posts’ do not align with the text in my txt widgets. You were able to troubleshoot this problem for my ‘pages’ using the custom css below:
.page #content .type-page { padding-top: 10px; }
I have tried using the below css, but it doesn’t seem to do the same trick. Any thoughts?
.post #content .type-post { padding-top: 10px; }
If it is not possible for posts, could you please tell me how I can assign a page to the site’s landing page? As of right now all of my menu items direct users to ‘pages’, whereas the landing page is configured for a ‘post’.
http://www.urbandrum.co.uk/drmargrau/
Endless thanks,
Matthew