How do I write the custom css to change the back-ground color and the padding-left and padding-right of a single module or module position? The module is Mod273. The module position is .t3-sidebar. My aim is to reduce the left and right padding to 10px and the background-color to #1bbc96.
This works for me but I know very little about css. Is it possible to just target just one module? Any corrections would be welcomed.
.t3-sidebar{ background-color: #1bbc9b; padding-right: 10px; padding-left: 10px; }
bwjoomlart Hi If its parent padding it will work for all modules. You can give me the URL of site and share the module screenshot how u want to, i will look on it.