Site logo

[Resolved] headerbar two widgets left and right

Home Forums Support [Resolved] headerbar two widgets left and right

Home Forums Support headerbar two widgets left and right

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1955755
    eric

    hi, in my headerbar I have two widgets. The first I want to align left, the other one I want to align right.

    I think I have to use the right css. Please can you help me?

    Kind regards eric

    #1955810
    David
    Staff
    Customer Support

    Hi there,

    do you mean the ‘logo’ image and the text etc. to the right ?

    #1956114
    eric

    Yes the logo-widget left and the text-widget right

    #1956193
    Ying
    Staff
    Customer Support

    Hi Eric,

    Give this CSS a try:

    aside#black-studio-tinymce-2 .textwidget {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .header-widget {
        margin-left: unset;
        width: 100%;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1956194
    Ying
    Staff
    Customer Support

    Hi Eric,

    Give this CSS a try:

    aside#black-studio-tinymce-2 .textwidget {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .header-widget {
        margin-left: unset;
        width: 100%;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1956754
    eric

    Hi. works great, issue fixed, thanx!

    #1957359
    Ying
    Staff
    Customer Support

    No problem 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.