Site logo

Archived topic

Making widgets adjacent in Header

3 replies · Started by James Harvey on April 12, 2015

Viewing posts 1–4 of 4

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

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.

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

This archived topic is closed to new replies.