Just downloaded another great template J51 Avenue, amazed by the amount of options to customize the template in the template manager. Keep up the good work,
Nick
Great to hear it Nick.
Any questions regarding setting up your template please feel free to post them to the forum here.
Ciarán
Any questions regarding setting up your template please feel free to post them to the forum here.
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hello,
I recently purchased this template and I have some questions.
1. I have a problem with article detail information not showing as it should - I am attaching print screen. It's getting in the way of article content. Is there a way to fix this?
2. How could I decrease the font size of article titles?
3. This is probably a silly question but how do I use image styles in articles? I have seen in css file that there are two stiles possible.
Thank you!
I recently purchased this template and I have some questions.
1. I have a problem with article detail information not showing as it should - I am attaching print screen. It's getting in the way of article content. Is there a way to fix this?
2. How could I decrease the font size of article titles?
3. This is probably a silly question but how do I use image styles in articles? I have seen in css file that there are two stiles possible.
Thank you!
- more than a month ago
- Commercial Templates
- # 2
Hi Zoe
1. Would you have a URL to an example of this issue?
2. To wdit the article titles add the following to the 'Custom CSS' field in your templates parameters..
Where 28px is your font size.
3. Once you have added your image to your article click the source/html icon on your editor and locate the html for your image adding your class within the img tag (eg. class="frame-2".
Example
Ciarán
1. Would you have a URL to an example of this issue?
2. To wdit the article titles add the following to the 'Custom CSS' field in your templates parameters..
h2, h2 a:link, h2 a:visited {font-size: 28px;}
Where 28px is your font size.
3. Once you have added your image to your article click the source/html icon on your editor and locate the html for your image adding your class within the img tag (eg. class="frame-2".
Example
<img src="http://demo.joomla51.com/0083/images/sampleimage.jpg" class="frame-2"/>
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi,
here is an example: http://skd-logatec.net/sl/enota-resevalnih-psov/dogajanja/19-lavinski-tecaj-2012.html
Thank you for the info about titles and images!
How could I also make titles smaller on pages that are using Category blog and Featured articles?
here is an example: http://skd-logatec.net/sl/enota-resevalnih-psov/dogajanja/19-lavinski-tecaj-2012.html
Thank you for the info about titles and images!
How could I also make titles smaller on pages that are using Category blog and Featured articles?
- more than a month ago
- Commercial Templates
- # 4
1. Try adding the following to your templates Custom CSS field..
[code type=css].article-info {width: 100%;}[/code]
To include blog and featured article titles try changing the previous CSS to..
[code type=css]h2, h2 a:link, h2 a:visited {font-size: 28px !important;}[/code]
Ciarán
[code type=css].article-info {width: 100%;}[/code]
To include blog and featured article titles try changing the previous CSS to..
[code type=css]h2, h2 a:link, h2 a:visited {font-size: 28px !important;}[/code]
Ciarán
- more than a month ago
- Commercial Templates
- # 5
I have another question
How could I add some empty space above the article title? Something like: {margin-top:10px;} ?
thanks!
How could I add some empty space above the article title? Something like: {margin-top:10px;} ?
thanks!
- more than a month ago
- Commercial Templates
- # 7
try margin-top:10px on jstuff.css row 320
.items-row h2, .cols-2 h2, .row-0 h2, .row-0 h2, .item-page h2 {
margin-top:10px;
}
.items-row h2, .cols-2 h2, .row-0 h2, .row-0 h2, .item-page h2 {
margin-top:10px;
}
- more than a month ago
- Commercial Templates
- # 8
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »