Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Benjamin Yardy Friend
    #176973

    Using firebug on the site
    http://www.saswater.com.au
    I need to change the line below
    <td class=”buttonheading” width=”100%” align=”right”>
    to
    <td class=”buttonheading” width=”40%” align=”right”>

    But I can’t find this code?

    Also the last menu item projects keeps wrapping in IE but not in any other browser?
    Thank you for your help in advanced….

    Benjamin Yardy Friend
    #452826

    Ok the ie8 fix module fixes the second part 🙂

    tfosnom Friend
    #452834

    <em>@debjy 319322 wrote:</em><blockquote>Using firebug on the site
    http://www.saswater.com.au
    I need to change the line below
    <td class=”buttonheading” width=”100%” align=”right”>
    to
    <td class=”buttonheading” width=”40%” align=”right”>

    But I can’t find this code?

    Also the last menu item projects keeps wrapping in IE but not in any other browser?
    Thank you for your help in advanced….</blockquote>

    Seeing you are referring only to what you see in ‘view source’ I’d guess this is the one you’re after. Best use of firebug is to hover the cursor over the area you wish to inspect , right mouse click and select ‘inspect element with Firebug’ this gives you a look at the file and line number that generates the code.

    Look in template.css.css at line 630 for this
    table.contentpaneopen, table.contentpane, table.blog {
    width: 100%;
    change width to suit

    Make a backup of the file prior to changing – I use topstyle 4 as my .css editor The free trial version is all you nedd for this kind of editing.
    Cheers Shannon

    Benjamin Yardy Friend
    #452838

    Hmm opened this css file and I find this on line 1261
    I am also concerned that I only want to shrink the amount of space for the email icon. Not the whole blog….

    Thank you for your help 🙂

    Benjamin Yardy Friend
    #452841

    <table class=”contentpaneopen”>
    <tbody>
    <tr>
    <td>
    <td class=”buttonheading” width=”100%” align=”right”>

    still not sure where the 100% above comes from?

    <a onclick=”window.open(this.href,’win2′,’width=400,height=350,menubar=yes,resizable=yes’); return false;” title=”E-mail” href=”/component/mailto/?tmpl=component&link=ead9c256295f722f3038c27057ee6cd8b74415ee”>
    </td>
    </tr>
    </tbody>
    </table>

    I found in template.css.css .buttonheading but that width wasnt there?
    I added width=40% and this has fixed it…….
    But I would like to know where that 100% is coming from?

    Sherlock Friend
    #452944

    Hi debjy,

    Thats 100% coming from the core joomla com_content, you can open the file of componentscom_contentviewsarticletmpldefault.php to see it defined

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

This topic contains 6 replies, has 3 voices, and was last updated by  Sherlock 12 years, 3 months ago.

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