Description overlapping

  • Posts: 5
  • Thank you received: 0
4 years 3 months ago #327279

-- HikaShop version -- : 4.4.0
-- Joomla version -- : 3.9.23
-- PHP version -- : 7.4
-- Browser(s) name and version -- : all
-- Error-message(debug-mod must be tuned on) -- : On the product page, if the description is long, the text frame also covers the footer


On the product page, if the description is long, the text frame also covers the footer, it seems that the section does not expand with the text. The site is offline, if you need the credentials, let me know how to pass them in private.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 83404
  • Thank you received: 13498
  • MODERATOR
4 years 3 months ago #327282

Hi,

That's not a problem of HikaShop but of the template I believe.
Still we can look at the situation if you can provide access to that page.
One line of CSS should be enough to fix the problem.
To pass the credentials privately, you can use our contact form:
www.hikashop.com/support/contact-us.html
Make sure you include a link to this thread as reference in your message.

Please Log in or Create an account to join the conversation.

  • Posts: 4816
  • Thank you received: 654
  • MODERATOR
4 years 3 months ago #327325

Hello,

I think we have a solution, but as expected this come from your template creator, and so you have to edit this file
YourWebSite/templates/at_vegeret/css/default.css line 556
You have this :

#hikashop_product_bottom_part {
    position: absolute;
    width: 50%;
    /* top: 27%; */
    top: 44%;
    right: 0;
}
I suggest to modify this to have this :
#hikashop_product_bottom_part {
    width: 50%;
    float: right;
}
And add this command :
div#hikashop_product_right_part, div#hikashop_product_left_part {
    height: 200px;
}

Process some test with this css command to see if that fit your needs, and especially for other product page.
Hope this will help you to solve your display issue.

Regards

Please Log in or Create an account to join the conversation.

Time to create page: 0.068 seconds
Powered by Kunena Forum