test
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • redseed Friend
    #142248

    hi, I know this seems painfully simple but i can’t figure it out so far :confused:

    For some reason all the titles are floating in the centre like this:
    http://www.exploresaikung.info/example.jpg

    I went into the template.css file and added float:left;

    like this:

    /* Title text */
    .contentheading, .componentheading, h1, h2, h3, h4 {
    font-family: Cambria, “Times New Roman”, Times, serif;
    line-height: 1.1;
    float:left;

    }

    And the result was a disaster, you can see it here:
    http://www.exploresaikung.info/example2.jpg

    The site url is http://www.exploresaikung.info , ( this problem may not still be showing when you go there.)

    So, any ideas how i can get the titles to align to the left without messing with the other text, even some of the menus went wrong.

    I just want it to look more or less how it looks in the template demo.

    Thanks for your help

    🙂

    prakash Friend
    #309131

    hi…instead of using float…remove the line

    float:left;
    chage that line to:

    text-align:left;

    redseed Friend
    #309982

    Thanks for that tip. Is there a way i can have all the text, in articles, and also the links to articles etc automatically align to the left as well. You can see on the site that it’s not looking good with a bit of a jumble of things aligned center.

    http://www.exploresaikung.info/

    I have another question as well about the template.css file. Is there a way to have all images in articles have a 10 px margin automiatically. There will be many people uploading articles and i don’t want them to have to manually add the margin adn left alignment.

    Shall i open a new topic?

    thanks so much for your help,

    Molly

    scotty Friend
    #309987

    Add this to the end of your css…

    div.article-content img {
    margin: 10px;
    }

    scotty Friend
    #309989

    The reason everything was/is centered is because you have it all in the ‘banner’ position instead of the ja-news position which is where it’s supposed to be.

    See here… http://www.exploresaikung.info/?tp=1

    redseed Friend
    #309990

    Thanks that was a brilliant trick!

    Any ideas anybody on the left align issue?

    🙂

    redseed Friend
    #309992

    oh I see, good spotting. I didnt realise ja news was a position. thanks! M

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

This topic contains 7 replies, has 3 voices, and was last updated by  redseed 15 years, 5 months ago.

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