• Hye I have OceanWp installed and Im also using Dokan multi vendor. Im unable to set my vendor stores full screen. I can make the shop full screen, single product page and all other pages full-screen. There inst any way I can think of that allow me to make the vendor stores full screen… Some customers like to go to specific vendor stores and search only products sold by that vendor.

    • This topic was modified 5 years, 8 months ago by Tuppa.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    You can follow the doc, this will help you to achieve full screen.
    https://docs.oceanwp.org/article/203-altering-layouts

    Thread Starter Tuppa

    (@my2424u)

    Thanks, I was able to use some custom css to adjust width. I will post it here for anyone else who needs help with that. You can adjust values accordingly

    /**** Make Vendor Page Full Size ****/
    .dokan-single-store.dokan-w8 {
    width: 87%;
    position:center;
    }

    /**** Make Margins on Vendor Page ****/
    .dokan-single-store {
    margin-left: 100px;
    margin-right: 150px;
    }

    Glad to hear that the issue has been fixed! and Thank you for sharing the solution with us.

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

The topic ‘Unable to make Vendor Store Full Screen’ is closed to new replies.