• Resolved kostas146

    (@kostas146)


    Hello, i managed to add search in menu, then i faced a problem with padding, from the top it had no padding. so i added css padding-top: 15px. And the input field transfered just fine, but the button cutted of. any ideas how to fix it?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kostas146

    (@kostas146)

    tweaking css with –

    .aws-container .aws-search-form .aws-search-btn svg
    {
    height:120%;
    }

    .aws-container .aws-search-form
    {
    height:139%;
    }
    now its working fine

    Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Glad that you manage to solve this issue.

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘with padding-top button gets cutted off in half’ is closed to new replies.