This topic has 5 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #113244
     andricor
    Participant

    Hi there

    When viewing the website on iphone, the top-bar is on 2 lines instead of 1 as in the desktop version.

    It looks like there is no definition of grid for the mobiles:

    <div id=”top-social” class=”col-sm-12 col-md-5 no-padd<?php echo $social_icons_class; ?>”>

    <?php if ( $social_icons == 1 ) {

    echo $social_icons_data;

    } ?>

    </div>

    I tried to add it but then the social buttons were not clickable.

    Do you have a solution for that? Maybe with css?

    #113594
     Laura
    Moderator

    Hello, it’s because of the height 🙂
    Try adding this to style.css of child theme

    COPY CODE
    
    @media (max-width: 991px) {
    #top-social {
        height: 0px !important;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #113622
     andricor
    Participant

    Hi

    Thanks! It helps, but I cannot click on the twitter and facebook icons. ;o)

    Any chance to fix that?

    Thanks

    #114040
     Laura
    Moderator

    Hello, please try adding this to the code

    COPY CODE
    
    div#top-social a {
        z-index: 1;
        position: relative;
    }
    

    🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #114048
     andricor
    Participant

    Now it works perfectly! Thanks a lot!

    Another thing… unrelated…
    How do you add the icons before the widget titles in your site? 🙂
    Or please let me know if I have to open another case…

    #114535
     Laura
    Moderator

    Hello, what do you mean exactly with icons before widget titles? Where? can you share a screenshot? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?