[Resolved] Changing How Header Displays Widgets

Home Forums Support [Resolved] Changing How Header Displays Widgets

Home Forums Support Changing How Header Displays Widgets

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2072745
    Ronald

    I recently installed GP. Then I purchased the GP premium plugin. I have 3 active widgets in my header. On desk top view, they display as a vertical column in the center of the screen. Is there a way to have them display as a horizontal group of 3 widgets. And if so, will that allow me to make my header area smaller? I will send you a screenshot of how it looked in my old theme, Boldgrid’s Callaway, and how it looks now in GP.

    #2072748
    Ronald

    My email address is yourpetsfriend@gmail.com

    #2072885
    Ying
    Staff
    Customer Support

    Hi Ronald,

    Any chance you can link us to the site in question?

    You can use the private information field.
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know ๐Ÿ™‚

    #2072927
    Ronald

    Yes,
    My website is https://vetspace.2ndchance.info/
    In my old theme, the first Widget with the sleeping dog and cat,the second widget with the dog and cat that says It’s your donations that keep this site online and the third widget that says Donate and goes to PayPal were all in a horizontal row. In the GP theme, they are in a vertical column. I would like them to be in a horizonatal row on Desk Top and Laptop view. I know that they will be in a horizontal column when viewed on a cell phone.

    If I could make that change I hope I could make my header area smaller.

    #2072956
    Ying
    Staff
    Customer Support

    Try to add this CSS so the widgets will be listed horizontally on desktop.

    @media (min-width: 769px) {
        .header-widget {
            display: flex;
            margin: 0;
        }
    }

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

    #2073488
    Ronald

    Dear Ying,
    Thank you so much. You have solved my issue!

    #2073632
    Ying
    Staff
    Customer Support

    Glad to hear that ๐Ÿ™‚

    You are welcome!

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