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 #1741562
​I want to repair mobile site.
Closed

Comments

  • cooball started the conversation

    I want to repair site. Is there way that portfolio list can be seen by 2 columnses in mobile of site?

  •  1,845
    Elated replied

    Hi there,

    Welcome to your support management and thank you for choosing Sahel!

    You can set this up in Portfolio settings in here:

    And with this CSS you can set up to have two portfolio items per row on mobile:

    @media only screen and (max-width: 680px){
    .eltdf-grid-list.eltdf-two-columns .eltdf-item-space{
            width: 50%;
    }
    }
    

    Just paste it in Appearance > Customize > Additional CSS.

    Let us know if you have any other questions! 

    Best regards,

    Marie


    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.

  • cooball replied

    Solution does not become.
    Ask explanation in detail.

  •  1,845
    Elated replied

    Hello there,

    We are very sorry, it looks like you have changed initial number of columns in a meanwhile. Please try this code instead:

    @media only screen and (max-width: 680px){
    .eltdf-grid-list.eltdf-five-columns .eltdf-item-space, .eltdf-grid-list.eltdf-five-columns .eltdf-masonry-grid-sizer, .eltdf-grid-list.eltdf-four-columns .eltdf-item-space, .eltdf-grid-list.eltdf-four-columns .eltdf-masonry-grid-sizer, .eltdf-grid-list.eltdf-six-columns .eltdf-item-space, .eltdf-grid-list.eltdf-six-columns .eltdf-masonry-grid-sizer, .eltdf-grid-list.eltdf-three-columns .eltdf-item-space, .eltdf-grid-list.eltdf-three-columns .eltdf-masonry-grid-sizer, .eltdf-grid-list.eltdf-two-columns .eltdf-item-space, .eltdf-grid-list.eltdf-two-columns .eltdf-masonry-grid-sizer {
        width: 50%;
    }}

    Please let us know if there is something else we can do for you!
    Thank You,
    Kind Regards,
    Norah


    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.