Mobile Logo - Question | JoomShaper

Mobile Logo

J

Jo

Template 3 years ago

Hello

On this website https://tidybooks.co.za/ when viewing it on a galaxy fold. The logo at the bottom does not fit in nicely. How can I correct this?

0
10 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #3515

Hi Use this custom css


@media only screen and (min-width: 280px) and (max-width: 653px) {  
#sppb-addon-1567762716679 img {
    position: relative;
    right: 30px;
}
}

Adjust the position now. Add this css code inside the custom.css file. Note: 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. https://prnt.sc/pu705g https://prnt.sc/pu70zn In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #2570

Hi Could you please give me a screenshot of your issue?

0
J
Jo
Accepted Answer
3 years ago #2587
0
J
Jo
Accepted Answer
3 years ago #2858

Any feedback?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #2869

Its ok on my end https://prnt.sc/x7ted3

0
J
Jo
Accepted Answer
3 years ago #3042

Is your printscreen from a galaxy fold?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #3063
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #3064

For galaxy you can use this codes

@media only screen and (max-width: 55.75em) {
   .......................
}
@media (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {
  ....................
}
@media only screen and (min-width: 41.75em) and (max-width: 47.9375em) {  
 ..............
}
0
J
Jo
Accepted Answer
3 years ago #3206

That is a galaxy S5 I am referring to a galaxy fold

https://prnt.sc/x4g2ah

280x653 screen

0
J
Jo
Accepted Answer
3 years ago #3430

If you inspect as galaxy fold. You will see what I mean.

Is this fixable?

0