New Landing How can we help? Cardinal How to hide the right sidebar when viewed on the Ipad?

Viewing 13 posts - 1 through 13 (of 13 total)
  • Posted in: Cardinal
  • #224709
    Ivan
    Member
    Post count: 80

    Hello

    Please tell me how you can use the CSS right sidebar to hide when viewing site on IPad.

    Thanks in advance for your help.

    #224730
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css.

    @media (min-width: 768px) and (max-width: 1024px){
      .single-post-standard .content-wrap {
        width:100%!important;
      }
    
      .single-post-standard .sidebar.right-sidebar {
        display:none;
      }
    }

    -Rui

    #224746
    Ivan
    Member
    Post count: 80
    This reply has been marked as private.
    #225019
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    What does this mean? “filed dyanny option is not working.

    I am slightly confused as the supplied code looks to be working?

    – David.

    #225021
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this code:-

    @media (min-width: 768px) and (max-width: 1024px){
      .content-wrap {
        width:100%!important;
      }
    
      .sidebar.right-sidebar {
        display:none !important;
      }
    }

    Thanks
    Mohammad

    #225201
    Ivan
    Member
    Post count: 80
    This reply has been marked as private.
    #225257
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove the last custom css code and use this:-

    @media (min-width: 768px) and (max-width: 1024px){
      .inner-page-wrap .col-sm-8{
        width:100%!important;
      }
    
      .sidebar.right-sidebar {
        display:none !important;
      }
    }

    Thanks
    Mohammad

    #232743
    Ivan
    Member
    Post count: 80
    This reply has been marked as private.
    #232749
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Everything seems fine to me. Please check after clear the cache of browser. May i know specific screen size/device?
    Thanks
    Mohammad

    #232751
    Ivan
    Member
    Post count: 80
    This reply has been marked as private.
    #233430
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    but the records will appear in the pages of the black stripe.” – What do you mean, can you please detail this further?

    Thanks.

    #234633
    Ivan
    Member
    Post count: 80
    This reply has been marked as private.
    #234881
    David Martin – Support
    Moderator
    Post count: 20834

    I cannot replicate this on the iPad in Portrait or Landscape. What device are you using?

    To stop the social icons getting cut off. Please also add this:

    @media (min-width: 768px) and (max-width: 1024px){
      .essb-fans.fourcols li {
        width: 50%;
    }
    }

    Thanks

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register