• Closed by: Marek
  • Closed on: 02.07.19, 15:38
  • Reason: Closed
  • Comment: Glad to help!

Ticket #14500 - Size Chart

how can I change the layout of size guide popup? for example eliminating the image? thank you

Comments

Mariano De Ambrosis 11 May 2019, 16:51

I found the pk_sizeguide.tpl file… I think I need to change that.
what is the right way to do it?

Marek 12 May 2019, 00:18

Try this CSS code:

.pksizeguide-content > .oh > .row > div:first-child {display:none}
.pksizeguide-content > .oh > .row > div:last-child {width:100%}
Mariano De Ambrosis 12 May 2019, 11:06

thanks Marek, your css works.
but if I want to change the tpl how is it better to do it? do I edit that file or do I have to copy the module in the alysum theme?

Marek 12 May 2019, 11:40

Better to copy the file

/modules/pk_sizeguide/views/templates/hook/pk_sizeguide.tpl

into the theme

/themes/alysum/modules/pk_sizeguide/views/templates/hook/pk_sizeguide.tpl