-
AuthorPosts
-
May 12, 2012 at 11:15 am #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….May 13, 2012 at 4:51 am #452826Ok the ie8 fix module fixes the second part 🙂
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
May 13, 2012 at 7:26 am #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 suitMake 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 ShannonMay 13, 2012 at 8:46 am #452838Hmm 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 🙂
May 13, 2012 at 9:03 am #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
May 14, 2012 at 9:19 am #452944Hi debjy,
Thats 100% coming from the core joomla com_content, you can open the file of componentscom_contentviewsarticletmpldefault.php to see it defined
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Sherlock 12 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum