Seems like a basic change but cant find how to do it and a forum search didnt help either.
When i create a page and put in a text block, the default vertical alignment is center. How do i change this to top?
Hey erron!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.content, .sidebar { padding-top: 10px; }
If that does not help, please post the link to your website
Regards,
Yigit
Awesome thanks, any way to do this for only a single page?
Hey!
Yes, please use the code as following
.page-id-59 .content,.page-id-59 .sidebar { padding-top: 10px; }
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit