Epik – Featured Posts – not showing proper on mobile

Homepage Community Forums Epik Theme Support Epik – Featured Posts – not showing proper on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15228
    timeontask
    Customer

      Hi all,
      Not sure why this is happening but on iphone the featured posts is not showing all the content nor title and there is no way to click to go to the post – works fine on ipad.
      I have it in Home Feature 5 – and it’s on http://www.elizabethlombardo.com

      Any ideas what is missing or not right?

      Thanks!

      #15236
      kronos
      Customer

        It looks like you added code to your css which interupted the way the responsive code works in the theme by default. The code that is affecting everything is the width that you added around line 3897 –

        .epik-purple .home-feature-bg-dark .featuredpage .page, .home-feature-bg-dark .featuredpost .post {
            width: 1140px;
        }

        When you add that width, it causes that section to be 1140px (even on mobile devices). But I don’t think you would need to add that since the theme’s width is already set to 1140px and is designed to be responsive when a mobile device is being used.

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