Okay
  Public Ticket #2499662
Porfolio Gallery
Closed

Comments

  • adrianlevinenvato started the conversation

    Hi, we need help on these 2 things.

    1-Inside this portfolio gallery we will like to put text between some images like quotes or small paragraphs/plain text, not the ones over images just between them. Here you have and example https://www.pentagram.com/work/iba-27?rel=sector&rel-id=7 we are talking about the tex between " " . Now our quote get put down the bottom of the page...

    2-How do we change the Header/top menu white background height? if we want it to be thinner. and how do we change the white background to be a little transparent and/or other color? 

    Thank you!

  •  870
    Neuron replied

    Hi,

    1) We're sorry but you can't do that because our Dendrite theme doesn't support that thing.

    2) You can change the height and the background color with code. So please add the following code to Appearance > Customize > Additional CSS, and experiment with it until it looks the way you want.

    .header-sticky header {
        height: 80px;    
        background-color: rgba( 255 255 255 / 0.5);
    }

    Feel free to ask for anything you need.

    Kind Regards


  • adrianlevinenvato replied

    Hi

    1-To bad that this can't be done we will have to make it using images. and it takes more time.

    2-It work good but the text/menu/logo does not center in the plane. any ideas for this?

    http://www.levinsilbert.com/LSCO2020/

    thanks!


  •  870
    Neuron replied

    Hi,

    Please add the following code to Appearance > Customize > Additional CSS.

    header .full-width-section {
        padding-top: 15px;
        padding-bottom: 0px; 
    }

    Feel free to ask for anything you need.

    Kind Regards


  • adrianlevinenvato replied

    Perfect! thank you!

  •  870
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes