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

    Hi

    I would like to hide various images on both mobile and small tablet devices I can see how to do for mobiles, however, I’m unsure how to turn them off for the small tablet devices such as a mini iPad. Please see the example below.

    I want to keep the slider at the top of each page but hide the other images but keep the text. I had thought of maybe activating the element options for developers and naming them how that would be a lengthy process and I’m not sure what coding I would enable.

    Any ideas would be welcome.

    Thanks

    Alex

    #1028711

    Hey info224,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    .page-id-4566 #av_section_1 {
      display:none;
    }
    }

    Best regards,
    Rikard

    #1029127

    Hi

    Unfortunately, it is not working. I also want to hide the images on all the pages for devices such as the mini iPad as they are side by side the text and they are not showing up that well on smaller devices (not unless you have another suggestion). As mentioned I thought of turning on the Show element options for developers and actually, I have. I thought if I named the images I did not want to show that might work better.

    Thanks

    Alex

    PS login detail is below

    #1029202

    Hi

    I have just spoken with the client. Currently, the images and text appear side by side on the PC and devices such as a mini iPad (with the exception of the phones), However, there is a lot of text in each section which means on the smaller devices the images are lost or distorted. Is there any way I can have the images for smaller devices on top of the text but side by side on the PC, please.

    Thanks

    Alex

    #1029248

    So essential I would like the following

    Hide image on mobile – this I can do
    Hide image on anything smaller 1024 px such as mini iPad (the above mentioned did not work)
    Ensure the images and text fit on anything bigger such as a laptop etc either by fitting side beside or image on top of the text. (turning the columns into rows I suppose)
    It works fine on a normal PC it’s just the bit in between that it does not.

    Thanks again and sorry to be a pain.

    #1029512

    Hi

    I would be grateful if someone could have a look at this issue.

    Thanks in advance.

    #1029639

    Hi

    I tried adding this coding

    @media only screen and (max-width: 1024px) {
    .alex { display: none !important; }}

    I’ve named the image alex and it hid it okay for below 1024 still working on anything above 1024

    #1029932

    Hi info224,

    You need to use the different pixel value to shide images on other screen sizes like

    
    @media only screen and (max-width: 1100px) {
    .alex { display: none !important; }}
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1029936

    Hi

    Thanks for coming back I wasn’t wanting to hide the images on devices more than 1024 just make them fit better :)

    Thanks

    #1030543

    Hi info224,

    Best regards,
    Victoria

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