mobile nav: header-bar html

Home Forums Pro Support mobile nav: header-bar html

  • This topic has 8 replies, 3 voices, and was last updated 6 years ago by Bernd ThellAnonymous.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #68363
    Bernd ThellAnonymous

    Hey Team!
    I need put my text/hrefs in the header-bar to the middle. Idea: responsive-menu-pro-header
    text-align:center;
    im afraid, i dont know exactly, where and how to put it in.
    What has worked was, to just write it into the header-bar.css.twig in line 10, but i thought it might be overwritten with the next plugin-update, right?
    i was able to put the hrefs in the header-bar into the html-content box in the section header-bar/content.
    Thanks for your support,
    Bernd

    #68370
    Bernd ThellAnonymous

    Sorry, i manged it! its has to come into advanced/custom-css like:

    #responsive-menu-pro-header {
    text-align:center;
    }

    Thanks!

    #68369
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Bernd,

    Excellent news, I’m glad you found the solution and thanks for letting me know.

    All the best

    Peter

    #68368
    Bernd ThellBernd Thell
    Participant

    Hey Peter,
    came back to the Problem. I need the text to be centered, but the logo has to be floating left. I cant get it handled sperated, though.
    Thanks.

    #68367
    Bernd ThellBernd Thell
    Participant

    Actually, this also refers to the post “Header-bars contents are displayed next to each other” I just dont get it.

    #68366
    Peter FeatherstonePeter Featherstone
    Participant

    Hi Bernd,

    What is the issue precisely, to float the logo left you just need to drag the Logo option to the far left in the Ordering section.

    Please advise

    Peter

    #68365
    Bernd ThellBernd Thell
    Participant

    Made it! Its a

    #responsive-menu-pro-header .responsive-menu-pro-header-box {
    display: block;
    }

    #responsive-menu-pro-header-bar-logo {
    float:left;
    margin-top:6px;
    margin-left:-7px;
    }

    #responsive-menu-pro-header-bar-html {
    text-align:center;
    }

    #68364
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Bernd,

    Excellent 🙂

    Peter

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘mobile nav: header-bar html’ is closed to new replies.