Bold letter

December 2012 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jul 31, 2013 10:54 pm
Reply with quote
Report this post
Hi,
I've just installed the news template in my website and I noticed that the "bold" letter have the same aspect that "normal" letter. I have the standar editor from joomla 3.1.1. Here the article:

http://www.airspotters.org/index.php/cl ... n-spotting

All captions are in bold.

And finally i would like ask for another issue, this article is placed with "mod_news_pro_gk4" and category, hits... are placed at the left, making smaller the space for photos. Could be placed this labels on top, like a joomla standard position:

http://www.airspotters.org/index.php/click

thank you very much
Manuel
User avatar
Fresh Boarder

teitbite
Thu Aug 01, 2013 1:53 am
Reply with quote
Report this post
Hi

Please add this to css:

Code: Select all
b, strong {
    font-weight: bold;
}


Can You please try explain the other question a little better ? I do not know what You mean.
User avatar
Moderator

GK User
Thu Aug 01, 2013 9:09 pm
Reply with quote
Report this post
Thanks, first issue solved.

The second... this is the current configuration of an article with mod_news_pro_gk4

Image

And this is the position of hits, categoty... i would like to have that extra width... like this (standar appearance from joomla blog)

Image

I have try to hide thats labels (with mod_news_go_gk4), but I dont get thal space for enlarge the article.

Thanks
Manuel
User avatar
Fresh Boarder

teitbite
Mon Aug 05, 2013 7:32 pm
Reply with quote
Report this post
Hi

Ok. This is a little bit more complicated. Please send me an access to joomla panel with a level which will allowe a changes to css files.
User avatar
Moderator

teitbite
Tue Aug 06, 2013 4:52 am
Reply with quote
Report this post
Hi

Ok. I've put this code into override.css

Code: Select all
.itemAsideInfo + .itemBody {
    margin-left: 0;
}

.itemAsideInfo {
    width: 100%;
    margin-bottom: 15px;
}

article aside.itemAsideInfo > ul li {
    float: left;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
}

article header {
    margin: 0;
}


Looks like it's what You have been asking for now.
User avatar
Moderator

GK User
Tue Aug 06, 2013 9:41 pm
Reply with quote
Report this post
Thank You very much, quickly, effective and looks perfect.
User avatar
Fresh Boarder

teitbite
Thu Aug 08, 2013 2:12 am
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron