Slogans Also In Mobile Mode - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Slogans Also In Mobile Mode

Pino

Pino

Template 4 years ago

Hi, on the development site guido.mousewebsafety.it I would like to show the slogan next to the logo (template: One Clip) also in the mobile view. I added the following instruction to the custom.css file (see below), but unfortunately the change is not applied. What am I doing wrong? Can you show me the right way? thank you...

@media only screen and (max-width: 480px)
# sp-header .logo-slogan {
     display: block! important;
}
0
3 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #12016

Hello Pino,

Please, add the CSS and try again. Hopefully, it will fix the issue for you.

#sp-header .logo-slogan {
    display: block !important;
    margin-top: -34px;
}

Cheers!

0
Pino
Pino
Accepted Answer
4 years ago #12017

Perfect! thank you very much...

0
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 4 years ago #12029

Hello there,

You are always welcome.

Cheers!

0