Gallery – adjustments

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19646

    hi
    1) how to decrease the header when watching gallery pictures inside?
    2) hot to create (transfer) the categories of the photos from the homepage to the gallery itself?

    see screenshot.

    #19678
    Veena
    Moderator

    Can you pls modify the below custom css –

    #header {
        background: transparent;
        position: fixed;
    }
    #header.sticky {
        background: rgba(255,255,255, 0.5);
    }
    #header > .inner > .wrap {
        min-height: auto;
    }
    

    to

    .home #header {
        background: transparent;
        position: fixed;
    }
    .home #header.sticky {
        background: rgba(255,255,255, 0.5);
    }
    .home #header > .inner > .wrap {
        min-height: auto;
    }
    

    1) how to decrease the header when watching gallery pictures inside?
    Pls use the below custom CSS in themeoptions –

    .single.single-portfolio #title-area {
        padding: 20px 0 5px;
    }
    

    2. Currently this is not possible.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.