Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #205504

    Hi guys.

    I’m confused as to why the blank page template wants to arrange everything centered vertically instead of just having a margin from the top. What is happening is I have different sized images in an easy slider. Because they are different heights, the header area and footer area are moving up and down. How can we convert so that placement is relative to the top of the page instead of centered? You can see at http://codelessme.com/casey

    Regards,
    David

    #205511

    Hey David!

    I’m sorry but can you please give us a link to a page using the “Blank Template” ? Please post a screenshot of what you’re trying to do.

    Cheers!
    Ismael

    #205700
    This reply has been marked as private.
    #205704

    Hi!

    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.avia-blank #wrap_all {
    vertical-align: top;
    padding-top: 50px;
    }

    And adjust as you’d like.

    Cheers!
    Devin

    #205762

    That did it Devin.

    Really appreciate it.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Enfold > Blank page template > Alignment’ is closed to new replies.