• Hi,
    I just need to fix a problem I have with the slogan, payoff: on the splash page, the first one, there is the name of the site, a dash and then a sentence.

    That sentence on mobile (less than 768px) disappear!
    Can you help me how can do to keep this sentence?

    Thanks a lot!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @federicopascolutti.

    Thank you for contacting us.

    Please try adding this to Customize -> Additional CSS

    @media (max-width:767px){
    	.hidden-xs { display: block !important; }
    	.text-center.hidden-xs.wow.zoomIn { visibility: visible; }
    }

    and let me know if it works.

    Kind regards.

    I didn’t post the original question but it worked for me perfectly. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slogan disappear on mobile’ is closed to new replies.