-
Author
-
March 29, 2016 at 13:38 #113244andricorParticipant
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?
March 30, 2016 at 18:21 #113594LauraModeratorHello, it’s because of the height 🙂
Try adding this to style.css of child themeCOPY 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 solutionLaura 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 🙂
March 30, 2016 at 18:42 #113622andricorParticipantHi
Thanks! It helps, but I cannot click on the twitter and facebook icons. ;o)
Any chance to fix that?
Thanks
April 1, 2016 at 13:03 #114040LauraModeratorHello, please try adding this to the code
COPY CODEdiv#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 solutionLaura 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 🙂
April 1, 2016 at 13:22 #114048andricorParticipantNow 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…April 4, 2016 at 21:15 #114535LauraModeratorHello, 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 solutionLaura 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 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.