Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #277753

    Tim
    Participant

    Hi X,

    In the content band settings (VC) i use custom style code ‘position: relative; top: -110px;’ because otherwise everything is nog lined out good to the top. But now i have to much white space in the bottom (above the footer)

    Example:

    http://nlhaas-totosenri.savviihq.com/?page_id=501

    I would love to see the content just on top of the footer. How to achieve this?

    Thanks again!

    #277772

    Thai
    Moderator

    Hi There,
    Thanks for writing in!
    Try adding following CSS under Appearance > Customize > Custom > CSS:

    .x-colophon.top{
      margin-top: -110px;
    }

    Hope it helps.

    #277790

    Tim
    Participant

    You guys rock!

    #277819

    Thai
    Moderator

    You’re most welcome.

    #372509

    ActorMike
    Participant

    This worked for me on a site I’m working! Pays to search the forums instead of create a new thread and wait!

    #372784

    Rad
    Moderator

    Glad to hear that 🙂