Topic Resolution: Resolved
  • Closed
  • Design by Pepper
    Participant
    31.01.2017 at 01:57 #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
    31.01.2017 at 01:58 #32230
    This reply has been marked as private.
    Priyank
    Spectator
    Posts: 747
    31.01.2017 at 06:33 #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
    01.02.2017 at 20:10 #32368
    This reply has been marked as private.
    Priyank
    Spectator
    Posts: 747
    02.02.2017 at 10:28 #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
    03.02.2017 at 19:08 #32398

    actually, just adding this worked. Thanks. Resolved.

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

    Priyank
    Spectator
    Posts: 747
    04.02.2017 at 06:07 #32401

    Welcome

    Thank you