New Landing How can we help? Cardinal Remove top space on all portfolio page and other details

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Cardinal
  • #146548
    joeyw
    Member
    Post count: 78

    Hi,

    Please can you advise on how to remove the top and bottom space of the portfolio, it doesn’t appear to have this setting like the normal pages.

    Also can the date, category and share buttons be removed from all portfolio pages.

    Many thanks

    #146582
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    article.type-portfolio {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        padding-bottom: 0px !important;
        padding-top: 0px !important;
        
    }

    Thanks
    Mohammad

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.