How Can I Fix The Social Icons In The Mobile Menu? - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

How Can I Fix The Social Icons In The Mobile Menu?

KI

Knut Ingwersen

Template 2 years ago

Hello, i use the template Educon and have a problem with the position of the social icons in the mobile menu. How can I fix the social icons in the mobile menu? At the moment the social icons move down to an unfavorable place when scrolling.

In the desktop version, the icons remain correctly fixed in the menu header. https://ifg-fortbildung.de/

0
9 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #112787

Hi Knut,

probably there is NO space to display logo menu and social icons. But I will try to solve it somehow...

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #112788

Hi

Thanks for contacting us. Use this custom CSS


@media screen and (min-width: 320px) and (max-width: 767px){
ul.social-icons {
    position: relative;
    bottom: 90px;
}
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #112796

Reload browser cache 2x - should be much better

info_924_2023.jpg

I used that custom CSS

@media screen and (max-width: 680px) {
  #sp-header .col-6 {width: 49.5%; float: left;}
  #sp-header ul.social-icons > li {margin: 6px;}
  #offcanvas-toggler > i {color: #123E67;font-size: 26px;}
  #sp-header ul.social-icons {width: 75px; line-height: 80px;}
  ul.social-icons > li a {color: #555;}
}
0
KI
Knut Ingwersen
Accepted Answer
2 years ago #112816

Thank you so much Paul!!

0
KI
Knut Ingwersen
Accepted Answer
2 years ago #112821

Hello Paul, sorry, but at my iPhone the icons are not in one row!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #112822

what mobile screenshot resolution? Iphone 6,7,8,9,10 ???

0
KI
Knut Ingwersen
Accepted Answer
2 years ago #112824

iPhone 10 + 14

0
KI
Knut Ingwersen
Accepted Answer
2 years ago #112825

The third icon (Linkedin) is in a second row

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #112826

I already made correction for iPhone10 and smaller, refresh browser cache 2x


My CSS is inside custom.css file!

Iphone 6-10 6-10.jpg

0