[Resolved] Header Widget

Home Forums Support [Resolved] Header Widget

Home Forums Support Header Widget

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1248916
    racheljohn

    I am having a hard time figuring out how to get my header widget with the google reviews to appear all the way on the right side of the header it works just fine is I put it on the left but not on the right for some reason.
    this is the CSS I am currently using:
    .header-widget {
    padding-right: 0px;
    }

    #1248988
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .header-widget {
        display: flex;
        justify-content: flex-end;
    }
    
    .header-widget .google-reviews-widget {
        flex: 0 0 300px;
    }
    #1248990
    racheljohn

    Perfect! Thank you so much.

    #1249000
    David
    Staff
    Customer Support

    Glad to be of help.

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