Home Forums WoodMart support forum Align the text ‘Search for products’ in the search bar to the left on tablet

Align the text ‘Search for products’ in the search bar to the left on tablet

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #643652

    kruajeng
    Participant

    Hello,

    I want to align the text ‘Search for products’ in the search bar to the left,
    Specifically on tablet screens I’ve already tried using CSS, but it’s not working.
    Can you help me fix this?


    @media
    (max-width: 1024px)
    .s.wd-search-inited {
    padding: 15px !important;
    text-align: left !important;
    font-size: large;
    }
    }

    #643817

    Hung Pham
    Keymaster

    Hi kruajeng,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Tablet section:

    .wd-search-full-screen form.searchform input[type="text"] {
        text-align: left;
    }

    Regards,

    #643823

    kruajeng
    Participant

    Thank you

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

The topic ‘Align the text ‘Search for products’ in the search bar to the left on tablet’ is closed to new replies.