• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Alex
  • Private: No
  • Open Date: 17.01.17, 12:36
  • Opened by: Anibal
  • Closed by: Marek
  • Closed on: 15.02.17, 23:20
  • Reason: No answer from a customer
  • Comment: Glad to help!

Ticket #10158 - Error related products in mobile version

[Alysum 4.6]

1. Hi, related products is displayed between the product thumbnails and the description.
See the image.

2. I want to remove the footer menu in the mobile version.

Thanks!!!!!

Comments

Alex 17 Jan 2017, 20:07

Hi.
1) Did you made some changes in the file or css? I see some change in the code. Give me please access to the FTP 2) What exactly you want to change? Hide this block? https://www.screencast.com/t/lKYw65wxsU

Anibal 19 Jan 2017, 13:38

Hi!

1. I do not remember if I have made any changes that may have affected that module of the mobile template (Ftp data is on my profile)
2. Yes, i want hide the module in mobile them.

Thank you!

Alex 20 Jan 2017, 20:28

Hi.
1) I’ve added the fix to the CustomCSS and now it seems ok.

@media (max-width: 979px) and (min-width:480px) {
    #product #productscategory_list {padding-right: 25px;margin-left:40px}
}
@media (max-width:480px) {
  #product #productscategory_slider {width: 225px !important}
  #product #productscategory_list li {margin-right: 0}
  #product #productscategory_list {margin-left:10px}
}

2) Add to your CustomCSS the code
@media (max-width:480px) {.footer-relative {display:none}}