ViRulent
ViRulent
Offline
0
Hi, I'm new here.

Just bought MC this week and started working on a website a few days ago...

Everything I tried so far work very well... my only problem is in the layout / template I guess because there are large spaces between images and texts...

exemple :
image 1 - http://img220.imageshack.us/img220/6738/spacebug1.jpg
image 2 - http://img819.imageshack.us/img819/1002/spacebug2.jpg
website - http://***

I really don't know much about Joomla, HTML and all that... can someone point me out where to start looking to fix this ?
Thanks

Edit : Oups, I should have post this in "General Off topic", but i'm using Joomla 1.6
Responses (6)
  • Accepted Answer

    ViRulent
    ViRulent
    Offline
    Saturday, July 02 2011, 07:08 PM - #Permalink
    0
    Never mind ! Case closed !

    I had to delete a line in my template CSS style
    I got it covered by someone at forum.joomla.org
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, July 03 2011, 11:33 AM - #Permalink
    0
    great! :)
    The reply is currently minimized Show
  • Accepted Answer

    yosh
    yosh
    Offline
    Sunday, July 31 2011, 04:25 AM - #Permalink
    0
    Hello ViRulent, I am having the same problem you had, do you mind sharing the solution please, i would really appreciate it.

    thanks
    The reply is currently minimized Show
  • Accepted Answer

    ViRulent
    ViRulent
    Offline
    Sunday, July 31 2011, 04:33 AM - #Permalink
    0
    Hi yosh11, I will quote the message I got :

    Check the file "styles.css" of your template.
    -> /templates/TemplateName/css/styles.css. The first lines are:
    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
    }

    Delete the line
    vertical-align: baseline;


    You can't reduce the space between the name of the artist and the images, because this is placed in a table. Name and images are in different rows.


    so basically, I just had to delete this line --> vertical-align: baseline;
    The reply is currently minimized Show
  • Accepted Answer

    yosh
    yosh
    Offline
    Monday, August 01 2011, 04:34 PM - #Permalink
    0
    thank you very much. i appreciate your help
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, November 26 2011, 10:34 AM - #Permalink
    0
    Thanks! It's really work!
    The reply is currently minimized Show
Your Reply