Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1216290
Responsive Listing Table Problems
Closed

Comments

  •  2
    pjunqueira started the conversation

    We are having some trouble with the listing table in responsive mode.

    When we reduce the size of the screen for a "mobile" size, the itens on the title of the table got something wrong (see the att.).

    How Can We Solve this??

  •  1,845
    Elated replied

    Hello there,

    Welcome and than you for choosing our theme.

    You can solve responsiveness issue using some Custom Css, just paste code provided below into Elated Options > General > Custom Css field 

    @media screen and (max-width:600px){
        .eltd-listing-archive-adv-search-holder .eltd-listing-archive-adv-search-count .eltd-listing-archive-sort-holder .select2-container{
            width: 208px!important;
        }
    } @media screen and (max-width:480px){
        .eltd-listing-archive-adv-search-holder .eltd-listing-archive-adv-search-count .eltd-listing-archive-sort-holder .select2-container{
            width: 150px!important;
        }
    }

    Please let us know if this solved the issue and if there is any other customization, or any other issue, and we will gladly provide you solution.

    Thanks.


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.