Image borders and other stuff...

GK User
Fri May 07, 2010 2:41 pm
Hi. I had to change template for my site that was jnust about ready to go when I found out another big site here had chenged to the exact same template as I used the Quay one. So I had to change template and I went for this one. However. I got quite a big problem now. My front page is working 90% (I have posted a question about the remaining 10% in tools forum :p )

But. Here is my problems. If I try to read the news ( link http://dev.hundegal.no/artikler/nyheter.html ) all is suddenly weird. The cool partyfreak typhography is gone, and the test is coming after the image wich also here has the frame problem. <-- I have found out that the menus with blog layout / section view is not the same as menus with blog layout / category view.. Would want them both to be the same :)

jansverre

edit .. Tested to add an article on the quickstart package and the same error on the image frame is there, so I guess it isn't a conflicting extension that is causing this .. ( link http://dritt.hundegal.no/index.php?opti ... &Itemid=50 )

edit again .. after surfing the forum I think my image border problem is solved :D
User avatar
Senior Boarder

teitbite
Mon May 10, 2010 9:32 am
Hi

Try to make headers a little bit smaller.

Code: Select all
#component h2.contentheading span {
font-size:60%;
}



And where this typography should be?
User avatar
Moderator

GK User
Mon May 10, 2010 10:18 am
Hi. uhm where should I put the code? :)

and the typography should be on the date and such.. as it is in category blog viwv ( http://dev.hundegal.no/artikler/trening.html )

My section blog viws are just weird : ( http://dev.hundegal.no/artikler/nyheter.html )

jansverre
User avatar
Senior Boarder

teitbite
Wed May 12, 2010 12:40 pm
Hi

Put the code at template.css for example.


Uuu. So You will need to search for typography code at typo.css and than add every occurence of the place You would like to have. Firebug will be more than helpful :)

Example:

was
Code: Select all
.article-content .time{
background:transparent url('../images/icons/time.png') no-repeat left top
}


should be change to

Code: Select all
.cdata,
.article-content .time{
background:transparent url('../images/icons/time.png') no-repeat left top
}
User avatar
Moderator


cron