Tagged: 

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

    Hi Kriesi Team,

    I want to change the height from the TOP BAR. I mean this bar, where the Header Phone Number and/or the Social Icons are included.The bar in top of the menu bar.

    I used the code from topic: https://kriesi.at/support/topic/title-bar-height/

    top .title_container .container {
        padding-top: 40px!important;
        padding-bottom: 40px!important;
        min-height:185px!important;
    }

    It doesn’t work in my projects. I used it in the style.css from my child theme and in the Quick CSS field.
    Do you have an idea what is wrong?

    The exsample above, I’m using it and test it in the Quick CSS in a Demo, look the link in PC.
    The content text in the Top Bar line is “Kontaktieren Sie uns!”

    Thanks for help
    Ralf

    #672525

    Hi Ralf,

    Please try this instead:

    .title_container .container {
        padding-top: 40px!important;
        padding-bottom: 40px!important;
        min-height:185px!important;
    }

    Regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.