Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1082154
    Cosawes
    Participant

    Hi there,
    Would be grateful for some advice on disappearing accordion tabs when viewing on mobile or portrait tablet for the two pages below:
    http://cosawes.co.uk/grannys-farmhouse/
    http://cosawes.co.uk/aunt-fredas/

    They’re all there when viewing on desk or laptop but vanish when you go smaller. Am wondering if maybe the images contained on the missing tabs is too big and therefore preventing the tab from appearing. In which case what is the ideal image dimension for such a use within an accordion?
    Many T I A

    #1082640
    Rupok
    Member

    Hi there,

    It seems same on both desktop on mobile on my end. So not sure what you are facing. Would you clarify a bit?

    Cheers!

    #1082995
    Cosawes
    Participant

    Pictures attached

    #1083000
    Cosawes
    Participant

    Attached full screen

    #1083269
    Thai
    Moderator

    Hi There,

    To fix this issue, please add the following CSS under Customizer > Custom > Global CSS:

    @media (max-width: 767px){
    .x-column.x-sm {
        float: left;
    }
    }

    Hope it helps 🙂

    #1088145
    Cosawes
    Participant

    Thanks for the try but that doesn’t solve it. I attach four screen shots which show that depending on the responsive screen width the accordion displays a varying number of tabs and at one point disappears completely!
    Regards,
    TIA

    #1088379
    Joao
    Moderator

    Hi There,

    I could replicate the issue on my end.

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    Joao

    #1089997
    Cosawes
    Participant
    This reply has been marked as private.
    #1090361
    Rad
    Moderator

    Hi there,

    They are being covered by the slider and raw content has 0 height. Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    @media (max-width: 767px) {
    .x-column.x-sm {
    clear: both !important;
    }
    }

    Thanks!

    #1090477
    Cosawes
    Participant

    Perfect!
    Thank you so much.
    X theme rocks!

    #1090483
    Nabeel A
    Moderator

    Glad we could help 🙂

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1082154 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>