Tagged: responsive, social links
-
AuthorPosts
-
February 2, 2014 at 4:51 am #218363
Hello. I’m using the Header with Social Icons and Bottom Navigation header with my site, but for some reason when I view it on a phone, the social icons are placed behind the pop-up navigation. Can you tell me how to correct this?
Also, I’m using code to make my full-width banner logo responsive and it looks great on all sizes EXCEPT for viewing on a phone horizontally. The image doesn’t stretch all the way across. I can’t find where to adjust the height in that case. An help is appreciated! Thank you!
February 2, 2014 at 5:51 am #218373This reply has been marked as private.February 2, 2014 at 5:59 am #218375Sorry for a third message, but I figured out how to fix the social icons being behind the menu on the phone. So the only thing I need assistance on from my initial request is the banner/logo width when viewed on a phone horizontally. Logo doesn’t stretch to the right edge. Thank you!
Steve
February 3, 2014 at 10:43 am #218706Hi!
Please try to insert following code into the quick css field
@media only screen and (max-width: 767px){ .responsive .logo { display: inline; } .responsive #header_main_alternate .mobileMenu { margin: 54px 0 16px; } }
Best regards,
PeterFebruary 3, 2014 at 10:59 am #218718Thanks! One small thing though. The banner/logo is a bit out of proportion vertically (stretched) in normal phone view – looks great horizontally.
If I could possibly bug you about one more thing: If you look on the Services page, I have an easy slider set up with some placeholder pics. I have a fixed repeating main background image and also a fixed repeating background image in the footer area. Please note that when the slideshow advances, the image in the footer area moves around and also part of it quickly changes to black, then back to the image. Any idea why that might be happening?
Thanks again!
Steve
February 3, 2014 at 11:05 am #218724Update on moving footer background image with slider: only seems to happen in Chrome browser.
February 3, 2014 at 4:14 pm #218840 -
AuthorPosts
- The topic ‘Social link placement on phone’ is closed to new replies.