Logo Not Responsive - Question | JoomShaper

Logo Not Responsive

AF

Alvaro Fernandez

Template 3 years ago

Hi,

We are using Aspasia Template. We inserted Logo in configuration panel. In Full page it is ok. In Tablet view it is ok. In Mobile view the Logo looses the bottom part. This was ok before. Any ideas.

Also, is it possible to force the Social Icons to stay on the right hand side on Mobile Mode?

Thanks

Alvaro

0
4 Answers
AF
Alvaro Fernandez
Accepted Answer
3 years ago #1830

Thank you worked..!!!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #1816

Hi there!

Please use the following code in your custom.css file:

@media (max-width: 767px){
#sp-main-menu-sticky-wrapper {
    top: 30px!important;
}
ul.social-icons {
    text-align: right;
}
}

Hope this will solve the issue for you!

Best Regards

0
AF
Alvaro Fernandez
Accepted Answer
3 years ago #1836

Hi Rashida, Can you please clarify why the TOP Social Icons show in all pages but when you go to Blog only Instagram Icon shows? Not sure what is going on there. Thanks Alvaro

0