• Hi,

    Is there a way I can an extra space between the scrolling news and the media social icon on mobile view?

    I get a tap target error from one of our seo checker.

    Many thanks
    Tirah

    • This topic was modified 5 years, 7 months ago by tirahwawas.
    • This topic was modified 5 years, 7 months ago by tirahwawas.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • @tirahwawas

    Can you add the below CSS code to Additional CSS box and check?

    @media screen and (max-width: 600px) {
     .breaking-news {
        padding-bottom: 15px;
     }
    }

    Thanks.

    Thread Starter tirahwawas

    (@tirahwawas)

    thank you so much, it’s working!
    is it possible to add more space above and below the logo?
    because I still get this message when I check my website on woorank.

    In the table below, find the tap targets that are too small, their size in pixels and the overlapping target that is too close to be easily clicked.

    Terima kasih
    Tirahwawas

    @tirahwawas

    Can you add the below CSS code to Additional CSS box and check?

    @media screen and (max-width: 600px) {
      #header-logo-image {
        margin-top: 20px;
        margin-bottom: 20px;
      }
    }

    Thanks.

    Thread Starter tirahwawas

    (@tirahwawas)

    The add space solution it’s working fine.
    However, I still get an error when I try checking it using woorank.
    Here are the error message:

    Is there a way to fix the tapping on mobile view?

    Many thanks
    Tirah

    • This reply was modified 5 years, 6 months ago by tirahwawas.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding Space on Mobile View’ is closed to new replies.