Floating Text on Slider Wide Widget

Homepage Community Forums Epik Theme Support Floating Text on Slider Wide Widget

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13641
    natechie
    Customer

      I have hard-coded a single static, full width image on the slider-wide widget using the following code. I then did a text overlay by entering my text via the Slider Wide widget on the Customize menu in WP Admin.

      .slider-wide {
      clear: both;
      width: 100%;
      height: 560px;
          background: url(http://photourl);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;	
      
      }

      Now for the question. While the text looks beautiful on a wide screen, when the browser window is reduced, or when viewing from mobile, the text overflows the slider image and overflows into other widgets.

      Is there a way to lock this text into only the slider-wide widget? A responsive text size somehow?

      Thanks in advance

      #13672
      Eric
      Customer

        Yes you can have the font show up a different size when viewed on a mobile device. You would need to add the font css in your responsive section. Do you have a link?


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.