• Hi Aki,

    I’ve installed this plugin on my wesite, however, the scrolling function isnt activated.

    I have checked “scroll on desktop/mobile.”

    Table width: 800px

    Table max: none

    Table min width: empty

    And the result is:

    1. Desktop: no scrolling
    2. Mobile: no scolling. The entire page becomes 800px in width, instead of having font sizes suitable for mobile devices.

    Please help me, thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aki Hamano

    (@wildworks)

    Hi,

    Is it possible for you to share the page where the problem is occurring? If I can check that page, it will be easier to determine the exact cause.

    Thread Starter ashleekim

    (@ashleekim)

    hello,the link is here

    • This reply was modified 1 year, 1 month ago by ashleekim.
    Plugin Author Aki Hamano

    (@wildworks)

    Thank you for sharing the page.

    Looking at the page, it appears that the problem is caused by a slightly unusual design of the theme’s content area.This issue should not occur with default themes such as Twnery Twenty-Three.

    One solution would be to add the following CSS. However, please note that I am not the theme developer, so this may unintentionally affect the layout of your site.

    .oxy-stock-content-styles {
        display: block;
    }
    
    .single-content-wrapper > .ct-text-block {
    	width: 100%;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot Scroll both on laptop and mobile’ is closed to new replies.