Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #832212

    Hi,

    i have a column with 1/5 3/5 and 1/5… in the element with 3/5 i have a code-block. the element is hidden on mobile devices but it is not hidden on a iPad screen for example… How can it be hidden on a iPad screen too?

    #832222

    Hey mbauercag,

    Add the following to quick css:

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

    Best regards,
    Jordan Shannon

    #832225

    Thank you very much – works perfectly :-)

    Best regards

    #832237

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide 3/5-element on iPad display’ is closed to new replies.