Joomill Extensions
Our SiteDownloadsContact
Price List component
Price List component
  • Price List component
    • Install the component
    • Upgrade from J3 to J4
    • Download Key (PRO version)
    • Create your first category
    • Create your first item
    • Add a temporary item
    • Use Custom Fields
    • Versions
    • Permissions
    • Multilingual Associations
    • Frontend add or edit
  • Settings
    • Heading options
    • Featured Items options
    • Name Column options
    • Description Column options
    • Price Column options
    • Custom CSS
Powered by GitBook
On this page
  1. Settings

Custom CSS

PreviousPrice Column options

Last updated 2 years ago

Here you can add your own styling rules.

Some common cases:

The paragraph has some white space (margin) below

.pricelist p {
    margin-bottom: 0px;
}

Set the category image left next to the category description

.pricelist .category-image {
    float: left;
    max-width: 200px;
    margin-bottom: 20px;
    margin-right: 20px;
}