Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #983459

    I am trying to make my search box on desktop a little smaller in height.

    This CSS isn’t working (the height part):

    #top #header .widget_search {
    /*puts and styles search box in logo area on desktop*/
    width: 200px;
    height: 35px;
    position: absolute;
    right: 200px;
    top: -25px;
    }

    #983685

    Hey Moondreamer21,

    Thank you for using Enfold.

    Adjust the padding property instead.

    #top .av_minimal_header #s {
        padding: 7px 47px 7px 5px;
    }

    Best regards,
    Ismael

    #983739

    Thanks Ismael, that did the trick! :)

    #983857

    Hi,

    Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Search Box Height on Desktop’ is closed to new replies.