widens search box layout

This topic contains 2 replies, has 2 voices, and was last updated by Yaniv Cohen benny 3 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26339
    Yaniv Cohen
    benny
    Participant

    Hi
    I can not fined a way to widens search box layout (mabile and tablet) Although the storage space of the Html box theme placeholder is wide enough.
    Look please picture attached “mobile_search_1” HTML 4 box can include 100% space wide
    Thank you Benny

    Attachments:
    You must be logged in to view attached files.
    #26342
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    The placeholder is not actually 100% width, I checked via the debugger: https://i.imgur.com/vfTgl3J.png
    This custom CSS should force the 100%:

    li.html.custom.html_nav_position_text_top {
        width: 100%;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #26345
    Yaniv Cohen
    benny
    Participant

    HI
    Thank you, It is working
    Benny

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.