Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

list of general CSS elements and syntax please

Home / Forums / Virtue Theme / list of general CSS elements and syntax please

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
December 8, 2016 at 4:44 am

Hi

is there a list of general CSS elements and syntax please.

for example i have altered the padding between images for a specific page by using the following

.page-id-617 .entry-content .col-md-4 {
padding-right: 5px;
}

.page-id-617 [class*=”wp-image”] {
padding: 0px;
}

this works for me on however it took me ages to figure out the correct syntax

Thanks

David

  • The forum ‘Virtue Theme’ is closed to new topics and replies.