Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #390026

    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?

    #390055

    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

    #390452

    Awesome thanks, any way to do this for only a single page?

    #390613

    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

    #390645
    This reply has been marked as private.
    #391311

    Hi!

    Please add following code to Quick CSS

    .page-id-740 .content {
    padding-top: 5px;
    }

    and remove following one

    .content, .sidebar {
    padding-top: 50px !important;
    }

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.