Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #853710

    GoAngie
    Participant

    Hi there!

    I need help with the entry-title, please! My portfolio page titles were appearing too far high (like this: http://snag.gy/tEeJE.jpg) so I changed the margin-top to 50px but it made the search results appear with too much spacing between them (http://snag.gy/1sM8e.jpg).

    Any ideas on how I can fix this?

    Thank you
    Angie

    #853828

    Christian
    Moderator

    Hey Angie,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #854177

    GoAngie
    Participant
    This reply has been marked as private.
    #854201

    Thai
    Moderator

    Hi Angie,

    Please try adding the following CSS under Customizer > Custom > CSS:

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        min-height: 75px;
    }
    .single-team h1.entry-title {
        margin-top: 50px !important;
    }

    Hope it helps 🙂