Shape 5

Joomla Templates => Business Pro - Club => : amiman January 24, 2015, 05:05:12 AM



: Module Style
: amiman January 24, 2015, 05:05:12 AM
I have several modules showing Latest Local News and Popular News with -white

They are rendering different In the right column the list is just a list, in bottom_row it has a list but with each one in list has a line under it.
How can I get the line in the right column
see http://www.keighleyonline.co.uk/community/news.html

Can this be done?


: Re: Module Style
: mikenicoll January 26, 2015, 06:35:58 PM
Hello,

Just add the other module and its style class to the coding below:

:
Template.CSS - Line 723

.module_round_box_outer ul.menu li a, #s5_bottom_row3 .module_round_box_outer ul li a, .module_round_box_outer ul.menu li span {
    border-bottom: 1px solid #f3f2f2;
    color: #717171;
    display: block;
    margin-bottom: 4px;
    padding-bottom: 4px;
}