Site logo

Archived topic

create space under search box in header

3 replies · Started by Pauline on December 30, 2020

Viewing posts 1–4 of 4

Hello

On mobile view only, I would like to add space between the search box, and the telephone number. What is the best way to do this?

Thankyou.

Hi there,

you can add a little CSS to give the search form some bottom margin:

.header-widget .aws-container {
    margin-bottom: 1em;
}

Thankyou very much :-)

You're welcome

This archived topic is closed to new replies.