Viewing 4 replies - 1 through 4 (of 4 total)
  • I am having the same problem, would love some help!! Thank you!

    http://www.allthingshippo.com

    Well how to register StoreFront Top Bar on WordPress

    Plugin Author wooassist

    (@wooassist)

    I can see that you’ve already figured this out. But for everyone else wondering how to this, here is a quick CSS markup that you can use:

    .woa-top-bar2 {
        text-align: right;
    }

    This code will force the text to align to the right side. This code will work on most widgets including text and custom menu. For more additional styling changes, I highly suggest that you either learn CSS or contact a developer to do it for you.

    Slightly different class name worked for me.

    .woa-top-bar-2 {
    text-align: right;
    }

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘CSS styling for the 2 widgets’ is closed to new replies.