• Resolved netivity

    (@netivity)


    Hello,

    Thank you for this wonderful plugin. I am trying to keep the top bar content always in the center of the screen no matter the screen width. I have tried to follow you examples but no luck.

    You can see the top bar here…

    https://teamcoalition-online.com/

    On screens of 1280px or smaller it is fine. On anything wider it pulls to the left.

    I have tried to add another div layer after “wptbheadline1” so that I can use this css.

    margin-left:auto;
    margin-right:auto;

    No luck.

    I have tried add code based on your instructions but I dont understand and nothing seems to work…

    HTML Option A
    For the Bar/Background Image:
    (i.e. for the second <DIV> Tag on the TopBar)

    Any help would be appreciated.

    thanks

    https://www.ads-software.com/plugins/wp-topbar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter netivity

    (@netivity)

    Hello,

    I have been able to center the top bar and contents, but I can get the white bar background to stretch across the entire width of the page like before.

    I used this code to get the contents to center…

    position:fixed; top: 40; padding:0; width: 100%; z-index: 99999;margin: 0px 0px 0px -513px; text-align: left; width: 1025px;left: 50%;

    Any ideas on how to get the topbar background to stretch the entire width?

    Thanks

    Plugin Author rfgoetz

    (@rfgoetz)

    I played with the margin and the width. With the margin at -650px and the width at 2000px, I get a white bar across my laptop:

    position:fixed; top: 40; padding:0; width: 100%; z-index: 99999;margin: 0px 0px 0px -650px; text-align: left; width: 2000px;left: 50%;

    Bob

    Plugin Author rfgoetz

    (@rfgoetz)

    Closed – no response in over a month.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Top Bar contents – responsive to screen width’ is closed to new replies.