Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #502718

    ***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.

    PAGE LINK

    Avia Catalogue removing class for content

    #502730

    Hi Annemarie! :)

    Please add following code to Quick CSS

    .page-id-520 .av-catalogue-content {
        display: none;
    }

    Regards,
    Yigit

    #502763

    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!!!

    #502767

    Hi!

    Great! You are welcome Annemarie, we are always happy to help :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Avia Editor Shortcode for "Catalogue" – removing some space’ is closed to new replies.