Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • ismocan Friend
    #1086184

    Hi,

    When i enable search button on right or left position, in small screen the button’s position is up or down. So how can i make search box auto resized? Or which code do i have to change to work it properly?

    Regards


    1. search-box-smaill-screen
    Saguaros Moderator
    #1086237

    Hi,

    You can add custom style for this search box in small viewport:

    @media (max-width: 480px) {
        #Mod495 input[type="search"] {
            width: 75% !important;
            float: left;
        }    
    }

    add into the file: root/templates/ja_focus/css/custom.css (create this file if it doesn’t exist).

    Regards

    ismocan Friend
    #1086302

    Hi,

    Solved. Thank u1

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

This topic contains 2 replies, has 2 voices, and was last updated by  ismocan 6 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum