Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • acho Friend
    #159639

    Hi,

    Ho can I center the image of the futured article in JA news FP /the big one/

    Thak you

    Css Magician Friend
    #375311

    Dear acho,

    Sorry, we not support center image, If you want, you can change by css.

    acho Friend
    #376846

    Hi Duchh,

    Can you help where ant what to change in order to center the image

    Thank you

    cgc0202 Friend
    #376869

    <em>@duchh 219688 wrote:</em><blockquote>Dear acho,

    Sorry, we not support center image, If you want, you can change by css.</blockquote>

    Hi duchh,

    I am curious about this decision. Is it Joomlart’s or Joomla scripting? One bad consequence of this are situations when the image is less than the wodth size of the position, To illustrate

    Position width = 300
    Image = 240 x300 (WxH)

    The accompanying text may wrap-around the image and layout like this:
    ____________________________________

    “The text
    may
    appear
    like this
    with

    unacceptable and very ugly gap until the height plus margins and paddings have been reached.’
    ____________________________________

    It used to be that when you check “None”, the “wrap around the message” does not occur. But now, that option does not prevent the ugly wrap around.

    To support the response by , Why is “Center” not supported? I understand that “centering” may alter tab less web layouts. If so,

    What can be done to prevent the problem outlined above, if the choices are only Left or Right align? A related question: How come the “None” align option does not work anymore?

    Cornelio

    acho Friend
    #377418

    Hi,

    The problem is that if the image is smaller than the space for it it is put on one side and it does not look good

    Sherlock Friend
    #377869

    Dear acho,

    You can try as following
    Open the file of templates/ja_teline_iv/html/mod_janews_fp/default/style.css,Look for this css

    .ja-zinfp-featured .ja-zincontent-img {
    background: none repeat scroll 0 0 #000000;
    border-color: #000000 #000000 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 5px 5px 0;
    margin: 0;

    }

    change to
    .ja-zinfp-featured .ja-zincontent-img {
    background: none repeat scroll 0 0 #000000;
    border-color: #000000 #000000 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 5px 5px 0;
    margin: 0;
    text-align: center;
    }

    I hope it help !

    acho Friend
    #377987

    it is not doing the job as you can see from the screenshot :((


    1. Screen-shot-2011-02-22-at-1.17.41-PM
    Sherlock Friend
    #378002

    Dear acho,

    Please remove all caches before you see the change apply,If it still not help please give me your url,turn opimize css off (in template back-end >> Global tab) I will check it directly on your url.

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

This topic contains 8 replies, has 4 voices, and was last updated by  Sherlock 13 years, 8 months ago.

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