Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    If the bar is wide enough all elements are placed on the same line. If there is no sufficient space for that then the elements are placed on two lines or more automatically.

    Thread Starter danielpacker1

    (@danielpacker1)

    That’s not what’s happening on laurenpacker.com

    On mobile (when vertical), with just Call and Email, it’s splitting into two lines, which is not ideal. There’s plenty of space there, should only take up about 1/3 of the line.

    Plugin Author Martin Stehle

    (@hinjiriyo)

    Ok, in that case please add this CSS code to your theme style:

    @media screen and (max-width:480px) {
    	body #scb-wrapper #scb-directs li {
    		display:inline;
    	}
    }

    or just

    body #scb-wrapper #scb-directs li {
    	display:inline;
    }
    Thread Starter danielpacker1

    (@danielpacker1)

    Great, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Single Line’ is closed to new replies.