• Resolved bonaccitessa

    (@bonaccitessa)


    Hello,
    on my mobile version, the home page is only showing the menu, its not showing the slider or services

Viewing 8 replies - 1 through 8 (of 8 total)
  • Please provide a link to your site.

    Thread Starter bonaccitessa

    (@bonaccitessa)

    aspirismarketing.com

    It shows for me in Firefox “Responsive view” – https://i.imgur.com/j4g5vya.png

    What mobile browser did you try it on?

    Text on Home Slide Image Description and Home Slide Image Button Text not displaying on Mobile device browsers.

    Works fine on pc but not on all mobile devices.

    My website is https://goldsalem.com/

    Please help

    Hi,

    For showing description or button text on mobile device follow the given below instructions:

    Go to Dashboard admin panel >> Appearance Menu >> Theme Options >> Custom CSS.

    Now add this CSS rules into custom CSS box

    @media only screen and (min-width: 200px) and (max-width: 480px) {
    .carousel-list li {
    font-size: 9px;
    overflow: hidden;
    font-family: '
    padding: 5px;
    line-height: 8px;
    display: block;
    }
    .carousel-text h1 {
    margin: 0 0 0px 0;
    padding: 5px;
    font-size: 10px;
    font-family: ‘Open Sans’, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    line-height: .line-height: 8px;;
    }
    .carousel-text .enigma_blog_read_btn {
    font-size: 10px;
    display: inline-block;
    padding: 3px;;
    }

    }

    and save the changes

    Thanks

    Thread Starter bonaccitessa

    (@bonaccitessa)

    I am using safari on iphone. I want it to show for safari.

    Hi,

    Go to Dashboard admin panel >> Appearance Menu >> Theme Options >> Custom CSS.

    Now add this CSS rules into custom CSS box

    @media only screen and (min-width: 200px) and (max-width: 480px) {
    .carousel-list li {
    font-size: 7px;
    overflow: hidden;
    font-family: ‘
    padding: 5px;
    line-height: 8px;
    display: block;
    }
    .carousel-text h1 {
    margin: 0 0 0px 0;
    padding: 5px;
    font-size: 7px;
    font-family: ‘Open Sans’, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    line-height: .line-height: 8px;;
    }
    .carousel-text .enigma_blog_read_btn {
    font-size: 7px;
    display: inline-block;
    padding: 3px;;
    }

    }

    and save the changes.

    Let me know for further assistance.

    Thanks

    this css code isn’t working for me

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘mobile version not showing anythin’ is closed to new replies.