How to have 2 widgets on my site header?

  • Author
    Posts
  • #62240

    Hi,
    I’m trying to add a second widget to my header website, but just one of them appears to me – the one that is on top. Is there any way I can have 2 widgets on my header?
    long explanation:
    I am adding a second language to my website and I am trying to have the search widget and the polylang widget on the header of my website. Even if I add 2 widgets, just one will appear on my site.
    I also tried to add the search widget to the right side column, but for some reason it will not appear on the home page.
    Any other suggestion are welcome.
    Thanks.

    Website: www.ccbvaustralia.org

    #62739
    Zed
    Cryout Creations mastermind

    Widgets are normally displayed stacked vertically (one under the other) so your second widget does not fit in the available header space. If you want to fit two widgets one next to the other horizontally you’ll need to increase the widget area width and use custom CSS to customize the stacking:
    body #header-widget-area ul.yoyo > li { float: left; }

    The theme’s presentation page section does not implement sidebars.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to have 2 widgets on my site header?’ is closed to new replies.