[Resolved] Making widgets adjacent in Header

Home Forums Support [Resolved] Making widgets adjacent in Header

Home Forums Support Making widgets adjacent in Header

  • This topic has 3 replies, 2 voices, and was last updated 9 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #98121
    James Harvey

    Hi Tom,

    I would like to have two separate widgets in the Header but have the content of both appear adjacent to each other.
    In the Header, I am using ‘Lightweight Social Icons’ but I would also like to have a text box appear adjacent to the Social Icons.

    How do I go about setting this up?

    Also with ‘Lightweight Social Icons’ – I wasn’t sure how you are supposed to use the ‘Phone’ icon.

    regards

    James

    #98140
    Tom
    Lead Developer
    Lead Developer

    Hi James,

    Give this CSS a try:

    .site-header .widget {
        display: inline-block;
    }

    The Phone field is meant for your phone number – it will try to open Skype if installed on the users computer.

    #98391
    James Harvey

    Thanks Tom for info re phone – that makes sense.

    Please excuse my lack of code knowledge – I presume the code you’ve given goes in the Header.php but where should I place it?

    regards

    James

    #98394
    Tom
    Lead Developer
    Lead Developer

    This article will tell you where to put it: http://generatepress.com/knowledgebase/adding-css/

    Let me know if you have any other questions 🙂

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