Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter daysleeper

    (@rakelelise)

    It looks like the 4 most recent news stories aren’t displaying, which is making it appear as though there is that enormous margin… Displays fine on desktop.

    Thread Starter daysleeper

    (@rakelelise)

    Can anyone help me with this?

    Hello,

    if you check then your css is creating this problem.

    .fw-sidebar {
        background: #fff;
        padding: 0;
    }

    Kindly add following css in your theme style.css file :

    .fw-sidebar {
        background: none !important;
        padding: 0;
    }

    Thread Starter daysleeper

    (@rakelelise)

    Thank you, that helped with the display issue. The ‘read more’ button won’t act as a link on mobile for some reason though.

    Hello,

    This is because you are using class “fw-col-sm-8” and “fw-col-sm-4”

    kindly use class “fw-col-md-8” and “fw-col-md-4”.

    Right now you side-bar overlapping the left side content and therefore you are not able to click on anything.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Display Issue on Mobile’ is closed to new replies.