Viewing 4 replies - 1 through 4 (of 4 total)
  • In Appearance> Theme Options> Top Bar Settings>Topbar Layout Switch, be sure that you have this disabled. If this is on, then your widgets will appear on the left side of your page.

    Hope that helps!

    Thread Starter Mickle Berra

    (@mickle-berra)

    But when it is disabled then your widgets will appear in the center of your page.

    You can have the widgets align right. add this into the theme options > advnaced settings:

    .topbar-widget .textwidget {
        float: right;
        display: block;
    }
    .topbar-widget .topbar-widgettitle {
            text-align: right;
        display: block;
    }
    .topbar-widget .virtue_social_widget.clearfix {
        float: left;
    }

    Kadence Themes

    Thread Starter Mickle Berra

    (@mickle-berra)

    That works for me, thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Place Text on Right Top Corner’ is closed to new replies.