• Resolved thepkgco

    (@thepkgco)


    I want to move the bar up vertically. Seemingly there’re no options for that. Can someone please help me with this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can do this by overriding the CSS. Ideally do this in the style sheet of a Child Theme, but you might not know how to do that. In that case, you should hopefully have an “additional CSS” text area in your theme. Add it there.

    Enter this CSS code:

    #ssb-container {top: 0%;}

    With 0% = the very top. It is currently set at 30% as the default. You might want to experiment with different % settings to get it exactly where you want it.

    Thread Starter thepkgco

    (@thepkgco)

    Thank you so much for your help! I was able to fix this! Have a great day!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adjust vertical position’ is closed to new replies.