Topic Resolution: Resolved
  • Closed
  • Design by Pepper
    Participant
    January 31, 2017 at 1:57 am #32229

    Since upgrading to evolve 2.7.1 all my page titles are in the same position except for the contact page, where there seems to be a 50px space above the Title. My websites using 2.6.8 do not have this problem.

    Design by Pepper
    Participant
    Posts: 60
    January 31, 2017 at 1:58 am #32230
    This reply has been marked as private.
    Priyank
    Spectator
    Posts: 747
    January 31, 2017 at 6:33 am #32244

    Hi,
    Your provided link displays a blank page.
    Please check your link or provide a screenshot of your problem.

    Thanks

    Design by Pepper
    Participant
    Posts: 60
    February 1, 2017 at 8:10 pm #32368
    This reply has been marked as private.
    Priyank
    Spectator
    Posts: 747
    February 2, 2017 at 10:28 am #32377

    Hi,

    Your new style adds in contact page template.
    please add custom CSS in the Theme options custom CSS area.

    .page-template-contact-php #content {
    padding-top: 0px;
    }
    #primary.full-width h1 {
    margin: 20px 0px 10px 0px;
    }

    Thanks

    Design by Pepper
    Participant
    Posts: 60
    February 3, 2017 at 7:08 pm #32398

    actually, just adding this worked. Thanks. Resolved.

    .page-template-contact-php #content {
    padding-top: 0px;
    }

    Priyank
    Spectator
    Posts: 747
    February 4, 2017 at 6:07 am #32401

    Welcome

    Thank you