Viewing 1 replies (of 1 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    Yeah it’s the width of the right hand column containing the catalogue content – you’ll need to adjust it in your theme css to perfect the layout. Currently it’s using the styles in the plugin css line 44

    #wpc-col-2 {
    width: 712px;
    float: left;
    }

    So you’ll need to adjust that width to get the layout perfect for your theme. You should do this in your theme css not in the plugin files

    Hope this helps. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Layout problem’ is closed to new replies.