***SOLVED THIS, MY MISTAKE… SORRY!!***
Hej Genius’
I need to use the advanced editor function to installing a catalogue, however the rows are too high and I only need the title and the price. I am trying to re-create the table effect below which (as a table) isn’t practical for mobiles as the columns wrap and so the price to the right is lost. Is it possible to remove the class that assigns the ‘content’ space in this shortcode… and only apply it to the shortcodee on this page in case we want to use the catalogue on another page which does require ‘content) See picture below.
Hi Annemarie! :)
Please add following code to Quick CSS
.page-id-520 .av-catalogue-content {
display: none;
}
Regards,
Yigit
LEARNED SOME VALUABLE SKILLS thanks! I had just solved it through seeing a mistake BUT
1. I now have your solution to apply for other situations which I know will come up and
2. I was trying “visibility: none;” You’ve saved me future head crunches!!!