Okay
  Public Ticket #2653294
Center Alignment Text in Top Bar
Closed

Comments

  •  9
    bodhiwellness started the conversation

    Hi,

    How do you center align raw text (or HTML) in the Top Bar so it is in the middle of the entire screen? 

    Going to Laborator > Theme Options > Header and Menu > Top Bar, and under Content Widgets, I only see Left Content, Right Content options and the Center  alignment icon chosen in either of those options does not center the text.

    Thanks,
    Martin

  • [deleted] replied

    Hi Bodhi,

    We just updated your theme files. Can you please check now (https://shaktimalas.ca) if the aligns are working as you choose them on your Theme Options?

    Thanks!

  •  9
    bodhiwellness replied

    Thanks, it's aligned! 

  • [deleted] replied

    Hi bodhiwellness,

    I’m happy that I helpedsmile.png

    P.S: If you like Kalium, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from me and Laborator in advance!

  •   bodhiwellness replied privately
  • [deleted] replied

    Hi Bodhi,

    Please just add this CSS code to your Custom CSS area:

    @media screen and (max-width: 768px) {
        .top-header-bar__column {
            flex-direction: inherit;
        }
    }

    Have a nice day!