Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    You have used the image half of the part is of black. On the mobile device, the text would not be visible. However, if you want to display you can add a custom CSS to the theme’s custom CSS box:

    @media (max-width: 767px){
    .carousel-inner .active > div {
        display: block; 
    }}

    Thanks

    Thread Starter blandine29

    (@blandine29)

    Hello Imraj
    Glad to see you again 😉
    I used a black image because the text is in white. I tried another image with no black it’s still no appear on the smartphone ?
    there’s the capture :
    https://prnt.sc/msq828

    Thank you !

    Hi,

    I have shared the custom CSS above, plz paste it in the customizer’s settings of custom CSS. Again I am sharing:

    @media (max-width: 767px){
    .carousel-inner .active > div {
        display: block; 
    }}

    Thanks

    Thread Starter blandine29

    (@blandine29)

    Hello Excuse me I forget where I have to input the CSS code ? Thank you !

    I finaly found it … I try and come back to you

    • This reply was modified 5 years, 1 month ago by blandine29.
    Thread Starter blandine29

    (@blandine29)

    Hello,
    it worked for text on the slider but the title is a little is “trimed” and the title of the service section have disappered
    here is the screen of mmy smartphone
    https://prntscr.com/mt15rp

    Thank you for your help !!!

    Thread Starter blandine29

    (@blandine29)

    Hello,
    You gave me a short CSS code, the text on the slider appeared on the smartphone but :
    it goes all on the picture .
    The title of the slider is trimed
    The title of the service section disapered ?
    There’s the capture : https://prntscr.com/mt15rp

    Thanks for your help !

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘smartphone version’ is closed to new replies.