New Landing How can we help? Themeforest Theme Support Nota Remove breadcrumbs and put footer at base of page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Nota
  • #315296
    sorelh
    Member
    Post count: 169

    How do I remove the breadcrumbs from the top of each new page please?

    How do I make the footer sit at the base of the page?

    Screenshot attached

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #315303
    David Martin – Support
    Moderator
    Post count: 20834

    1) You can disable this in the Meta Options of each page. It sounds like you want this totally removed? If so, please add this to Theme Options => Custom CSS:

    #breadcrumbs {
        display: none;
    }

    2) Tricky, it depends on the page content. Please add this to Theme Options => Custom CSS:

    @media only screen and (min-width: 1025px) {
    .inner-page-wrap {
     min-height: calc(100vh - 400px); 
    }
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register