Site logo

[Resolved] Responsive Issue

Home Forums Support [Resolved] Responsive Issue

Home Forums Support Responsive Issue

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1870415
    Sourabh

    HI,

    Nav Search bar css not working on desktop and tab seems…working well in mobile however.

    #1871038
    Elvin
    Staff
    Customer Support

    Hi there,

    Can you specify which CSS in particular isn’t working on desktop?

    I’ve checked the site and if you’re pertaining to the “search” button when the search form is opened, I don’t see any custom CSS related to it on the page aside from this one:

    /* search button styling */
    .main-navigation input[type="submit"].search-submit {
        background-color: #fff;
        color: #000;
    	    border: 1px solid;
        height: auto !important;
    	padding: 4px 10px;
    }

    and this doesn’t style the alignment.

    #1871076
    Sourabh

    HI,

    the same CSS we also used in our other sites (I think given by you and David), link given…

    use the link and see dekstop, tab and mobile view (focus here on placeholder text size, search button text and size and alignments)etc..

    the same code was used but things not working, also wants to know why there is so much space from the right side which search box covering??? bcoz it’s overlapping the button…

    Can you specify which CSS in particular isn’t working on desktop?

    the same CSS working well in mobile (search bar placeholder text size etc and but the same not in tab & desktop..

    hope it helps to understand

    #1871797
    Ying
    Staff
    Customer Support

    Can you directly paste the code here?

    #1871810
    Sourabh

    It’s good in mobile but not working on desktop and tab…also let me know how to reduce the size of search placeholder text??

    #1871949
    Ying
    Staff
    Customer Support

    I can see your code is working on desktop.

    If it’s not what you see, can you try clearing your browser cache?

    To reduce the font size of place holder, try this CSS:

    .search-form.navigation-search input.search-field {
        font-size: 15px;
    }
    #1871954
    Sourabh

    NO, I have fixed it.

    It was happening due to cache plugins, which I have uninstalled…

    Could you please delete screen cast snapshots…

    #1872092
    Ying
    Staff
    Customer Support

    OK.

    #1872196
    Sourabh

    Thanks ying.

    One more point, How to make a cursor blinking before placeholder text when the search box is open ??

    #1872199
    Sourabh

    Ignore done this. Thanks

    #1873210
    Ying
    Staff
    Customer Support

    Glad to hear that 🙂

    You are welcome!

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.