html - DIV of Social Icons Not Appearing On Wordpress Mobile -


i have set of social media icons in footer of website.

the icons inserted there via text widget; code icons follows -

<div class="icon-benz-footer" style="font-size: 16px; text-align: center;">[social-media items_align="center"]</div> 

for reason, icons won't appear on mobile device. how rectify this?

i've checked website , .site-footer-first-widget-area hidden on mobile phones. code present in main.css file.

if want visible can make following changes main.css

/*=========================================================================    3. footer styles  ======================================================*/  .site-footer-first-widget-area {     display: block;     margin-bottom: 10px; } 

ps: inline css in opening post has small flaw. there no such thing float: center;

hope answer helps!


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -