Position Single Article

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Tue Oct 15, 2013 9:07 pm
Hello,

I'd like to change the position of a single article on this page (http://web.ear-trumpet.net/index.php?op ... Itemid=103)

Basically, just need to move the whole article left:20px. But ONLY that one article.

How do I also change the colour of single articles? Rather than modules?

Cheers, N
User avatar
Junior Boarder

GK User
Tue Oct 15, 2013 9:49 pm
Hi,
there is few possibilities, I ASSUME THAT you know the basics of CSS.

(1) Use custom CSS style via custom CSS module only on that page, read more:
http://www.gavick.com/documentation/joo ... ted-pages/

(2) Read beginning of this article: http://www.gavick.com/documentation/joo ... ent-pages/

then read & use this method: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder

GK User
Tue Oct 15, 2013 9:53 pm
Universal code for article left padding
Code: Select all
.item-page {padding-left:20px;}


but you can use also margin-left instead.
User avatar
Platinum Boarder

GK User
Tue Oct 15, 2013 9:57 pm
How do I also change the color of single articles?


This same Wiki article --> http://www.gavick.com/documentation/joo ... ent-pages/

But you have to use different class/ID.

Another background color, not default white:

Code: Select all
#gkMainbody { background:yellow}


Additional border color

Code: Select all
#gkMainbody { border:2px solid blue;}
User avatar
Platinum Boarder

GK User
Wed Oct 16, 2013 3:31 pm
Czesc Pawel,

Thanks, yeah it was easier to position a module instead. Thanks for the help.

Cheers, N
User avatar
Junior Boarder


cron