help with 2 things please!

GK User
Wed Jul 13, 2011 9:59 am
hello..

I need help with 2 things... cant see how to edit using firebug.

the first is the reduce the space between the headings and the top of the article

the second is the redcude the thickness of the white border around every picture.

thanks

great template
User avatar
Expert Boarder

GK User
Wed Jul 13, 2011 11:14 am
first :
find this and reduce the pixels in layouts.css
Code: Select all
#gkComponent { margin-top: 23px }


the other you can play with from this line :

Code: Select all
.articleContent img, .feed-item-description img { background: none repeat scroll 0 0 #FFFFFF }


exactly how it's done i don't know but that line is definetly the one to tamper with. my skills is not good here sorry :)
User avatar
Platinum Boarder

GK User
Wed Jul 13, 2011 1:22 pm
thank the first worked great

the second i cannot seem to reduce the thickness of the border with
User avatar
Expert Boarder

GK User
Wed Jul 13, 2011 2:57 pm
Hi,

You need to change the padding in the joomla.css file look for this fragment...

file Joomla.css
Code: Select all
.articleContent img, .feed-item-description img {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px; <!-- make your change here -->
}
User avatar
Expert Boarder


cron