Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • helloneo Friend
    #140520

    Hi,

    I am using JA Rutile with Joomla 1.5.10.

    Problem: CSS breaks if ones views details of a sobi2 entry.

    Please refer http://www.kandmool.com/Details/Lifesketchers-Astro.html , the top left Text (Site Title) “Kandmool” will be smaller, if you click on that it will take you to the home page where its in the actual way it should be. This happens in Firefox, IE both. infact in IE6 the left menu is displaced at the bottom on viewing the entry.

    Any help to resolve this is appreciated

    thanks

    Css Magician Friend
    #302299

    HI helloneo,

    Because your content in http://www.kandmool.com/Details/Lifesketchers-Astro.html have a bug about tag H1 or H2. I’m not sure because I can’t see your code . But, I have fix simple :


    div.logo-text h2 {
    font-size:250%;
    font-weight:bold;
    letter-spacing:2px;
    margin:0;
    padding:0;
    }
    div.logo-text h2 a {
    color:#333333;
    text-transform:none;
    }
    div.logo-text h2 a:hover {
    color:#333333;
    }

    But….I recommend you find bug related to H1 tag that I said at first

    nguyenhuu quang Friend
    #302309

    hi DUC.
    why on: http://www.kandmool.com/Details/Lifesketchers-Astro.html
    logo is: H2
    but on home page it is H1.
    so need to open css file and croll down to bottom , add:

    [PHP]div.logo-text h2 {
    font-size:250%;
    font-weight:bold;
    letter-spacing:2px;
    margin:0;
    padding:0;
    }
    div.logo-text h2 a {
    color:#333333;
    text-transform:none;
    }
    div.logo-text h2 a:hover {
    color:#333333;
    }[/PHP]

    helloneo Friend
    #302393

    Hi,

    I updated Sobi2 CSS to show title in H2, earlier it was H1. I am not sure why the view source of the page was showing H1

    thanks

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

This topic contains 4 replies, has 3 voices, and was last updated by  helloneo 15 years, 1 month ago.

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