Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #936565
    fabipaolini
    Participant

    Hi guys!
    So, I have a small issue with one of my sites.
    On the desktop version it looks perfect http://lovefullife.com
    but in the mobile, the blog posts are hard to read. There’s the background and then inside there’s the with background and then an internal box in which the article is shown. I want to eliminate that internal box as it makes it hard to read.

    Let me know what to do!
    thanks!
    Fabi

    #978130
    Rupok
    Member

    Hi Fabi,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 767px) {
    .blog.x-boxed-layout-active .entry-wrap, .single-post.x-boxed-layout-active .entry-wrap,
    .blog.x-boxed-layout-active .entry-featured , .single-post.x-boxed-layout-active .entry-featured  {
      border: medium none;
      box-shadow: none;
    }
    }

    Hope this helps.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-936565 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>