• Resolved kris77

    (@kris77)


    A few pixels is missing on the right side of one of my sub-pages, when viewed on an iPad. It looks fine on my macbook and windows pc.

    I looked through and tried to change countless of settings in the “style.css” file. Everything I did to fix the problem was of no avail. Any ideas?

    https://finetime.dk./wp/?page_id=115

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi
    The problem is that columns with content do not fit container correctly.

    Please try this in theme options -> custom css

    .single-post .entry{
      position:relative;
    }

    If the problem is because of the theme, it should help.
    If not, most probably there is something wrong in columns, ask for support of “column” shortcode developer.

    Please let us know whether this solution works.

    Thread Starter kris77

    (@kris77)

    Thank you very much.

    I installed another column plugin and now it works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘A few pixels is missing on the right side, when viewed on iPad’ is closed to new replies.