Responsive issues.

uafsmarketing's picture
uafsmarketing
Fri, 02/20/2015 - 09:40
#1
Responsive issues.

Text Blocks are hard to read on mobile format is there a way to either drop them to the bottom of the slider or remove them from the mobile size. The slider works great but when it goes to mobile/ smart phone size it get real unfriendly.

cindy's picture
cindy
Tue, 02/24/2015 - 04:39

Hi,

You can see the reference here:

https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries

First, add the following code into file css
 @media (max-width: 600px) {
  .mobile-display-none {
    display: none;
  }
}

(600px: the screen's size, mobile-display-none: class name)

Then when you add the text on Slider, it must be under the form

 <p class="mobile-display-none">text here</p>

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.