Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #371870

    Hi guys,

    Could you help me refine the css for the catalogue element please? I have the catalogue to create a list of recipe ingredients.

    – I would like to get rid of the av-catalogue-price column as it takes up space unnecessarily.
    – I would also like to have some left padding in the lists, as the checkbox and text are currently too close to the left edge.

    Website link: http://thrussells.com/makaronia-tou-fournou-pastitsio-pasta-bake/

    Thank you for your help, apologies for the currently un-optimised images!

    Kind regards,

    Andreas

    #371945

    Hey atlantio!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-catalogue-title { padding: 0 10px; }

    Regards,
    Yigit

    #439840

    I am trying to add bullets to the .av-catalogue but only in the bottom not in the title
    I used:
    .av-catalogue-list li {
    list-style: disc;
    }
    and it looks good in safari but in firefox on mac it has a bullet next to the title too.
    Please help
    http://typo3florida.com/products/
    Thanks
    Martina

    #440730

    Hi!

    Replace the code with this:

    .av-catalogue-list .av-catalogue-content li {
        border-bottom: 0px none;
        list-style: outside none disc;
    }

    Best regards,
    Ismael

    #440745

    Thanks Ismael. That worked great!! You are the best!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Catalogue element without pricing + padding’ is closed to new replies.