Shape 5

Wordpress Club Themes => Samba Spa - Club => : lakisiason May 13, 2017, 06:18:19 AM



: titles in S5 Tab3 hiding on mobile phones
: lakisiason May 13, 2017, 06:18:19 AM
Hi
titles hiding (shown only partially) on mobile phone for S5 Tab3
I noticed that this not occur on Top Row 1.1. In this module the words run on the next line.
what can i do in order to scroll the characters on the bellow line ?
Thanks


: Re: titles in S5 Tab3 hiding on mobile phones
: Tristan Rineer May 15, 2017, 01:56:46 PM
Try adding the following CSS to the bottom of the style.css file in the theme folder:

:
@media screen and (max-width: 970px){
h3.s5_tab_show_slide_inner {
    word-wrap: break-word;
}}