Shop Categories

X

search form

Home Forums Agama Pro search form

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11802
    biotxakur
    Participant

    The results of the search form are too big. How could I edit? And I can not see in mobile phone version

    search form

    #11809
    Zex
    Moderator

    Hello,

    Thank you for pointing out that …

    We seem to have some stylistic problems on the search page template.

    I hope this will soon be corrected.
    Until this happens, you can improve the look of the search page by adding the following codes to Customize-> General-> Additional CSS:

    @media only screen and (min-width: 768px) {
        .list-style .entry-image img{
            width:30%!important;
        }   
        .list-style .entry-content{       
            max-width:800px!important;
            margin-left:auto;
            margin-right:auto;
        }
        .article-wrapper{
            min-height: 200px;
        }
    }

    We are working on inserting search options into a mobile view.

    Thank you for your understanding.

    Best Regards

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