-
AuthorPosts
-
carlucci Friend
carlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
October 19, 2010 at 6:02 pm #155434I want to place an image in the position “Top”.
The left side of the image must start at the absolute left of the screen. What is the css file to be modified?carlucci Friendcarlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
October 20, 2010 at 7:05 am #359644For every post I get a ticket but never solves the problem.
Why not work eats forum has always worked?
I see that other users receive direct solutions at the forum.
Why have you elected me as laboratory experiments?E ticket says:
————————————————– ————-
You Can check the status of or reply to this ticket online at: http://support.joomlart.com/
Please Use the following credentials when to Accessing your account with us:E-mail: xxxxx@gmail.com
Password: xxxxxxxx
————————————————– —————But I’ve never been able to enter with these credentials.
The solution that I ask in this last post is very simple.
You need to change some css-codes. I do not know which file to edit.
For me it’s easier to say you can not do, and do not keep me waiting forever.
Lately I’m getting very few posts why there is no solution.
If for every post you give me a ticket does not interest me at all forum.
Of course I do not understand your position.
A ticket is important to solve difficult problems. For other solutions is the forum. If the forum does not solve problems so simple then it is just a chat.aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
October 20, 2010 at 7:29 am #359649Do you wish to have positioning like the tag as seen in left corner —
carlucci Friendcarlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
October 20, 2010 at 11:32 am #359682<em>@aman204 199345 wrote:</em><blockquote>Do you wish to have positioning like the tag as seen in left corner —
http://www.joomla.org/</blockquote>
Congratulations on your help.
Can you tell me what is your answer to the problem of tickets?
I searched en Joomla.org the text “left corner”.
The index.php in 2009 has nothing to do with index.php for now.
Besides, I need a help regarding the Portfolio template.
Reply with a link, I do not think I’ve helped somewhat.
In every way thank you very much for your trouble.
CiaoOctober 20, 2010 at 2:51 pm #359702<em>@carlucci 199262 wrote:</em><blockquote>I want to place an image in the position “Top”.
The left side of the image must start at the absolute left of the screen. What is the css file to be modified?</blockquote>Try to find in template.css ( /public_html/templates/ja_portfolio/css/template.css) this css code:
#ja-top-panel {
background: url(../images/divider-3.gif) repeat-x bottom;
padding: 0 0 1px;
text-align: center;
margin-top: 0;And change the ” text-align: center;” to left.
I hope that helps 🙂
carlucci Friendcarlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
October 20, 2010 at 3:11 pm #359703<em>@nikiniko 199412 wrote:</em><blockquote>Try to find in template.css ( /public_html/templates/ja_portfolio/css/template.css) this css code:
#ja-top-panel {
background: url(../images/divider-3.gif) repeat-x bottom;
padding: 0 0 1px;
text-align: center;
margin-top: 0;And change the ” text-align: center;” to left.
I hope that helps :)</blockquote>
Thank you very much.
this is not a text but a picture. With text-align: left can not work.I appreciate your intention. Things do not Moderator. I do not know what they do!
October 20, 2010 at 3:23 pm #359705The truth is support here is quit slow.. :confused:
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
October 20, 2010 at 3:45 pm #359708<em>@carlucci 199262 wrote:</em><blockquote>I want to place an image in the position “Top”.
The left side of the image must start at the absolute left of the screen. What is the css file to be modified?</blockquote>
Perhaps you could provide an image mock-up of what you are trying to accomplish.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 22, 2010 at 8:20 am #360031<em>@carlucci 199262 wrote:</em><blockquote>I want to place an image in the position “Top”.
The left side of the image must start at the absolute left of the screen. What is the css file to be modified?</blockquote>You create a custom module ,and then put code showing that image into the module’s content: with Format as following:
[PHP]
<p class=”myimage”><img src=”IMAGE PATH HERE” title=”my image”/></p>
[/PHP]and then you create css for adjusting this:
.myimage{ position:absolute; left:0px; top:0;}
-
AuthorPosts
This topic contains 9 replies, has 5 voices, and was last updated by Saguaros 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum