Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1376102

    on my site https://mirettainteriors.com/residential-design-services – i am using the content slider for the section called “View Our Process”

    It looks great on desktop but on mobile, I only want one column instead of 4

    Thanks

    #1376153

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 480px) { 
    .responsive #top .avia-content-slider-element-container.av-lbn0b5he-07ee0683f0e575456fadb1c7c7649766 .slide-entry.flex_column {
      width: 100% !important;
      margin-left: 0 !important;
      margin-top: 10px !important;
    }}
    

    Best regards,
    Yigit

    #1376199

    Thanks but it is still stacking the 4 columns

    I only want to see one item/column on mobile with the arrows

    Thanks as always

    #1376201

    Hi,

    In that case, please duplicate your Content Slider element, edit duplicated element and choose to display 1 column and choose to display it only on mobile and edit your existing element and choose to hide it on mobile. I think that would be the simplest solution :)

    Best regards,
    Yigit

    #1376202

    There is no way to do it with CSS? Maintenance might be that great with this method.

    #1376205

    Hi,

    Due to the structure of the element, unfortunately, no.

    Regards,
    Yigit

    #1376279

    Ok thanks

    final question

    how can I make the column same height on desktop?

    screenshot – https://ibb.co/wrZ64b3

    the the white box should be the same height for all of them (even if there is empty space at the bottom on some of them)

    #1376347

    Hi navindesigns,

    I tried to check on the link that you gave however it redirects to the homepage and I could not see the section shown in the screenshot.
    Can you give us the link?

    Best regards,
    Nikko

    #1376646

    Please see login info below

    Thanks

    #1377039

    Hi,
    Thanks for your patience and the link to your site when I check on desktop all 3 are the same height, I assume that you have sorted this out, Please see the screenshot in the Private Content area. Shall we close this then?

    Best regards,
    Mike

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