Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
EDC:
Download extensions for Elxis CMS
.
Home
Help
Login
Register
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Can someone look at this CSS regarding BLOG content ?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Can someone look at this CSS regarding BLOG content ? (Read 3256 times)
ROUBOS
Hero Member
Posts: 699
Can someone look at this CSS regarding BLOG content ?
«
on:
January 21, 2010, 02:01:38 »
I have the following css code:
div.blogleading{
width: 100%;
border: 1px solid #ffffff;
padding: 10px;
}
div.blogrow{
width: 100%;
border: 1px solid #ffffff;
padding: 10px;
}
I want the blogleading content item to be displayed exactly the same as every other content item listed in the blog content category.
But what's happening is the "read more..." button, is not placed the same way. Why?
Can someone guide me through the css for this?
thanks.
Logged
webgift
Elxis Team
Hero Member
Posts: 4193
Re: Can someone look at this CSS regarding BLOG content ?
«
Reply #1 on:
January 21, 2010, 10:53:19 »
Answer : Have you install a firefox add-on named
Web Developer
?
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
ks-net
Elxis Community
Hero Member
Posts: 2072
Kostas Stathopoulos
Re: Can someone look at this CSS regarding BLOG content ?
«
Reply #2 on:
January 21, 2010, 12:33:07 »
depending on tpl...
if okto(and others) then there is a different parameter for blogheading.. something like this:
/* read more link */
a.readon:link, a.readon:visited { }
a.readon:hover { }
/*blogleading read more link overwrites the above*/
div.blogleading a.readon { }
Ps. always look at source code to see what classes are printed, then you will know where and what to modify.
«
Last Edit: January 21, 2010, 12:35:29 by ks-net
»
Logged
ks-net.gr
Print
Pages: [
1
]
« previous
next »
Elxis CMS Forum
»
Support
»
General
(Moderators:
Ivan Trebješanin
,
Farhad Sakhaei
) »
Can someone look at this CSS regarding BLOG content ?