Article Title: change style and position - Joomla! Forum - community, help and support


hello,

on website want articles have title , date shown. style doesn't fit template in opinion. want title little bigger, , title , date centerd.
is possible change without knownledge of css?
i use template cirrus-green of hurricanemedia

i searched forum didn't find solution problem.

this website: www.belgiansc.net page i'm talking column

open template.css, go line 1067 , change folowing code:

code: select all

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;}


with one:

code: select all

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
    text-align: center;}


on same file, line 133 change:

code: select all

h2 {
    color: #000000;
    font-family: 'droid sans',sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.15em;
    margin-bottom: 10px;}


with:

code: select all

h2 {
    color: #000000;
    font-family: 'droid sans',sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.15em;
    margin-bottom: 10px;}


hope helps !





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support