Shape 5

Joomla Templates => Sea of Glass - September - Club => : s4bre April 13, 2012, 10:45:52 PM



: [Solved] Divider in between articles
: s4bre April 13, 2012, 10:45:52 PM
i would like to add a line separator between article on the front page, how can i do this ?


: Re: Divider in between articles
: pmiddleton April 14, 2012, 08:17:57 AM
In /templates/seaoflgass/css/template_css.css, find this section at about line 1453

.article_separator {
    display: block;
  height: 15px;
  padding-bottom: 10px;
}

And add the following -

border-bottom: 2px solid #FFFFFF;

Changing the properties to suit your site.


: Re: Divider in between articles
: s4bre April 14, 2012, 02:24:54 PM
awesome thanks !!


: Re: [Solved] Divider in between articles
: pmiddleton April 14, 2012, 04:55:32 PM
No problem