Prob with Article Thumbnails 2.07 and horizontal module styling - Joomla! Forum - community, help and support
hi all!
here's prob unable find answer in forum.
i'm developing geology-related website called http://www.geologia.fi uses @ on frontpage show a) latest additions, b) read articles, c) few random articles , d) news. in order achieve configuration copied module , placed in different module positions. in addition, defined own suffixes (main table class etc.) latest additions module since it's placed horizontally , has styling differs other modules.
everything works fine except latest additions module (which lined horizontally). far i've been absolutely unable style module using table.at_element_table1 , table.at_element_table2 classes. no matter do, edits in css file not showing up. doing wrong?
here's piece at.css file (with part i'm trying style horizontal module has suffix _uusimmat):
i've posted in support forum of developer perhaps has ran along prob here?
thanks in advance!
here's prob unable find answer in forum.
i'm developing geology-related website called http://www.geologia.fi uses @ on frontpage show a) latest additions, b) read articles, c) few random articles , d) news. in order achieve configuration copied module , placed in different module positions. in addition, defined own suffixes (main table class etc.) latest additions module since it's placed horizontally , has styling differs other modules.
everything works fine except latest additions module (which lined horizontally). far i've been absolutely unable style module using table.at_element_table1 , table.at_element_table2 classes. no matter do, edits in css file not showing up. doing wrong?
here's piece at.css file (with part i'm trying style horizontal module has suffix _uusimmat):
code: select all
table.at_element_table1_uusimmat {
border-width : 0px;
border-spacing : 0px;
border-style : none;
border-color : black;
background-color : #f1f1f2;
width : 100%;
border-collapse : separate;
padding-left : 4px;
padding-right : 4px;
border-bottom : 0px solid #afc0d0;
}
table.at_element_table1_uusimmat td {
border-style : none;
border-color : black;
background-color : #f1f1f2;
padding-left : 4px;
padding-right : 4px;
border-bottom : 0px solid #afc0d0;
text-align : left;
i've posted in support forum of developer perhaps has ran along prob here?
thanks in advance!
Comments
Post a Comment