Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • carlucci Friend
    #155434

    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?

    carlucci Friend
    #359644

    For 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 Friend
    #359649

    Do you wish to have positioning like the tag as seen in left corner —

    http://www.joomla.org/

    carlucci Friend
    #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.
    Ciao

    nikiniko Friend
    #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 Friend
    #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!

    nikiniko Friend
    #359705

    The truth is support here is quit slow.. :confused:

    TomC Moderator
    #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 Moderator
    #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;}

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 5 voices, and was last updated by  Saguaros 14 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum