Centralize header widget title and content

  • Author
    Posts
  • #59891

    Hi Guys.. The Nirvana Theme is awesome. I am using to build http://www.listingsbylux.com

    However, I would love to centralize the header widget title and content. Centralizing the address and email is not the issue – the title and social media icons do not move along with the email and phone number when i USE THE <CENTER> TAG in the custom HTML widget which I used.

    Please help me centralize the widget title and social media icons in the header widget (www.listingsbylux.com)

    Thank you for your replies

    #59976
    Zed
    Cryout Creations mastermind

    I assume you manually copied the header socials HTML markup to your widget, as the header socials are not displayed in that location.

    Try this CSS:

    #header-widget-area #sheader {
        float: none;
        margin: 0 auto;
        display: table;
        position: static;
    }

    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 ‘Centralize header widget title and content’ is closed to new replies.