theyoungjew Posted May 25, 2020 Share Posted May 25, 2020 Site URL: http://RobertKhakham.com I was hoping you could help me. I think I messed something up with the custom css. I'm trying to put my social icons on display in my header on mobile view. I had it before but then something happened and now its gone the first screenshot is when it was there and the second one is what it looks like now. I was hoping you could take a look at my code and see if there is anything wrong or anything that needs to be adjusted in site styles. @media screen and (max-width: 640px) { .header-branding, .header-tagline, .header-nav { display: none !important; } .header--top { display: block !important; } .header-inner--top { display: block !important; padding-top: 0px !important; padding-bottom: 0px !important; [data-nc-container="top-right"] { position: absolute; top: 0px; right: -2px; z-index: 9999; } } } @tuanphan Link to comment
tuanphan Posted May 27, 2020 Share Posted May 27, 2020 @media screen and (max-width:640px) { .Header--top { display: block; } .Header-inner--top { padding-bottom: 0 !important; padding-top: 0; } .Header-social { position: relative; top: -40px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
theyoungjew Posted May 28, 2020 Author Share Posted May 28, 2020 @tuanphan Inputed the code and still not showing up could this be a problem in the site styles or positioning of the icons? Any other reasons it might not be showing up Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.