Livemesh carousel no longer responsive

Support Forums for LiveMesh Themes & Plugins Forums Peak Theme Support Livemesh carousel no longer responsive

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #28459
    donna
    Participant

    Hi,
    My first problem is Livemesh carousel. I’ve been using it for blog posts like your demo website. All of a sudden its not responsive though the settings haven’t changed. This seems to have happened with the last WordPress update.

    I am up to date with theme 2.6 and WordPress 4.9.1.

    My second problem is I added info using the header widget that was working fine on all devices. Now it doesn’t show at all on mobile devices. I have gotten advice before and added custom css.

    Website is: http://www.blossomphiladelphia.org
    Login: tempuser
    Password: MyDoggie#is!Nicky

    Thanks so much for your time.
    Donna

    #28467
    Veena
    Moderator

    Header widget:
    Can you pls check now? Have added some custom CSS in themeoptions .

    #28472
    donna
    Participant
    This reply has been marked as private.
    #28481
    Veena
    Moderator

    The carousel was working fine already we didn’t see any responsive issues.

    You can add the button next to your donate button just like you added the first and then can add custom CSS accordingly.
    And try to provide a css id for second one and it ll help us to style easily.

    #28502
    donna
    Participant
    This reply has been marked as private.
    #28509
    Veena
    Moderator

    Can you pls try the below custom CSS –

    #link2 {
        position: absolute;
        top: 30px;
    }
    
    #28517
    donna
    Participant
    This reply has been marked as private.
    #28530
    Veena
    Moderator

    Pls try this –

    #primary-menu {
        margin-right: 0;
    }
    
    #28894
    donna
    Participant
    This reply has been marked as private.
    #28897
    Veena
    Moderator

    Can you pls check this custom CSS-

    #primary-menu {
        top: 15px;
    }
    #site-logo {
        top: 40px;
    }
    #primary-menu ul.sub-menu {
        top: 85px;
    }
    #header.sticky #primary-menu ul.sub-menu {
        top: 45px;
    }
    
    #28900
    donna
    Participant
    This reply has been marked as private.
    #28907
    Veena
    Moderator

    Pls use the below custom CSS –

    #custom_html-2 {
        position: absolute;
        top: 0;
        right: 0;
    }
    

    pls adjust the values accordingly..

    #28992
    donna
    Participant
    This reply has been marked as private.
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Livemesh carousel no longer responsive’ is closed to new replies.