line separator - ethic joomla template

Hi,

I want to have a line separator by default after every module on the right section
Here is a demo page of my website
https://test.egyptiancouncil.com/index.php/workshops/marketing/marketing-research-workshop

Regards

The best way to achieve that is by using custom css:

#tz-right .tz-module:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

Now you can remove the hr under each module :slight_smile:
I hope that helps.

Really highly appreciated, thank you :slight_smile:

You’re most welcome. :slight_smile:
You can mark the answer as resolved.

If you need any further customization, don’t hesitate to contact us.