test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Saguaros Moderator
    #1078683

    Hi @patin,

    There seems to be conflict with Hikashop Cart module, could you share the FTP account also?

    patin Friend
    #1078927

    Hi
    http://ftp.ypress.eu
    users= support@ypress.eu
    pw=IdiotFiendPanderBulky65

    Site is places in subfolder /hika

    thank you!

    Saguaros Moderator
    #1079144

    Hi,

    The problem seems to come from the template you’re using, it’s using JS to set the equal height for both main content part and the sidebar. However, the content in main part is longer than the height of sidebar so it caused above issue. I’ve added custom CSS to override this:

    .side-image.ml #midCol {
        height: auto !important;
    }

    into the ‘custom.css’ file on your site, you can check it now.

    patin Friend
    #1079188

    Thank you, seems to have solved this issue! Great!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  patin 6 years, 11 months ago.

The topic ‘view problem’ is closed to new replies.