Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1364950
    hwolfe
    Participant

    Hello!

    Recently I removed the title/comments on my Portfolio pages with this code:

    single-x-portfolio .entry-header,
    .single-x-portfolio div#comments {
      display: none;}

    and it worked perfectly, except that now on the mobile pages the portfolio image is pushed up under the navigation area.

    Can you help with this?

    You have to click into a portfolio item to see what I mean:
    http://3ed.1cd.myftpupload.com/portfolio/

    Thank you!

    #1365418
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 979px) {
    .single-x-portfolio .x-main.full .x-container.max {
        margin-top: 50px;
    }
    }

    Hope this helps.

    Cheers!

    #1366226
    hwolfe
    Participant

    Perfect! Thank you!!

    #1366295
    Joao
    Moderator

    Glad to hear it,

    Cheers

  • <script> jQuery(function($){ $("#no-reply-1364950 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>