- Posts: 17
- Thank you received: 0
article header
-
tsiappas
Inactive member -
Topic Author
- New Member
-
Less
More
12 years 2 weeks ago - 12 years 2 weeks ago #26395
by tsiappas
article header was created by tsiappas
i have the following problems:
1) in my site (messazzero photo) the headline is black and underlined, how can i make it like the 2nd photo (larisagoal photo)?
2) words are too close to thumbnail in my articles
3) when you open an article in larisagoal.gr the photo is at top of article and big (you can check it online) in mine is is still thumbnail
thank you in advance
1) in my site (messazzero photo) the headline is black and underlined, how can i make it like the 2nd photo (larisagoal photo)?
2) words are too close to thumbnail in my articles
3) when you open an article in larisagoal.gr the photo is at top of article and big (you can check it online) in mine is is still thumbnail
thank you in advance
Last edit: 12 years 2 weeks ago by tsiappas.
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 weeks ago #26415
by ivan.milic
Replied by ivan.milic on topic article header
We will need to see your site send us login so we could access it (use "Report To Moderator")
The following user(s) said Thank You: tsiappas
Please Log in to join the conversation.
-
tsiappas
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
12 years 2 weeks ago #26416
by tsiappas
Replied by tsiappas on topic article header
did you received my report to moderator? its the first time so i dont know if i did it right
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 2 weeks ago #26430
by ivan.milic
Replied by ivan.milic on topic article header
1. At bottom of template_css.css define font looks for css entry:
.item > H2 > a{
font-size:...
color:...
....
}
add !important flag to property value if not applied first time when you save, like
font-size:20px!important;
2. add this:
.item IMG{
margin:10px;
}
change 10 if not enough
3. Add css definition for IMG for details page:
.item-pagemypagestyle IMG{
width:90%;
height:auto;
margin:0 auto;
}
.item > H2 > a{
font-size:...
color:...
....
}
add !important flag to property value if not applied first time when you save, like
font-size:20px!important;
2. add this:
.item IMG{
margin:10px;
}
change 10 if not enough
3. Add css definition for IMG for details page:
.item-pagemypagestyle IMG{
width:90%;
height:auto;
margin:0 auto;
}
Please Log in to join the conversation.
-
tsiappas
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
12 years 2 weeks ago #26484
by tsiappas
thank you for your help
about my questions:
1) "in my site (messazzero photo) the headline is black and underlined, how can i make it like the 2nd photo (larisagoal photo)?" now headline is red but the same font type
2) "words are too close to thumbnail in my articles" problem solved
3) "when you open an article in larisagoal.gr the photo is at top of article and big (you can check it online) in mine is is still thumbnail" the guy in larisagoal just puts the photo and thumbnail is genarated at blog view and when you open the article the phot is large on top of article
thank you in advance
about my questions:
1) "in my site (messazzero photo) the headline is black and underlined, how can i make it like the 2nd photo (larisagoal photo)?" now headline is red but the same font type
2) "words are too close to thumbnail in my articles" problem solved
3) "when you open an article in larisagoal.gr the photo is at top of article and big (you can check it online) in mine is is still thumbnail" the guy in larisagoal just puts the photo and thumbnail is genarated at blog view and when you open the article the phot is large on top of article
thank you in advance
Please Log in to join the conversation.
-
tsiappas
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 17
- Thank you received: 0
Time to create page: 0.126 seconds