• Resolved hfinlay10

    (@hfinlay10)


    Hi, When I try to view catalog on smaller screens, the list or item does not display correctly. There is a large left margin which shifts display off the screen. Thanks.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ndre

    (@ndre)

    Hi @hfinlay10,

    It looks like page builder error.

    There is a styling assigned to one of the containers regardless of the screen size:

    .et_pb_row_0.et_pb_row {
        margin-top: -35px!important;
        margin-right: auto!important;
        margin-left: 411px!important;
    }

    This doesn’t come from the catalog plugin. You should contact the page builder authors.

    Thread Starter hfinlay10

    (@hfinlay10)

    Hmm ok, thanks. It just seems strange that all other pages on the website are OK when viewed on small screen, eg https://growgreatfruit.com/online-courses/ or https://growgreatfruit.com/help-us-change-the-world/

    Thanks.

    Plugin Author ndre

    (@ndre)

    Yes, those pages have the et_pb_row_0 container and the catalog pages have it.

    You should probably check the main catalog page edit screen. There must be such container added.

    Thread Starter hfinlay10

    (@hfinlay10)

    Hi, sorry I’m not sure what you mean. Can you please explain in more detail why those other pages display OK and catalog doesn’t even though they all have et_pb_row_0.

    Thanks.

    Thread Starter hfinlay10

    (@hfinlay10)

    OK, I found the problem. Thanks for your help.

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

The topic ‘Display problem on smaller screens’ is closed to new replies.