-
AuthorPosts
-
dozza Friend
dozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
September 1, 2008 at 4:45 pm #132801Me again!
I also need to add a logo to sit at the bottom of the left column, but above the footer, across all site pages. I’ve tried by creating a module and positioning it in ‘left’ but can get it to sit at the bottom. Any suggestions.I’ve attached an example of how/where i’d like the logo….
Many thanks
dlocc Frienddlocc
- Join date:
- August 2008
- Posts:
- 74
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 9 times in 5 posts
September 2, 2008 at 10:32 pm #268363Give your module a class suffix and use CSS to call the module class suffix and add the appropriate padding from the bottom. Do you get what I’m saying? If not we can jump into more details.
dozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
September 3, 2008 at 9:38 am #268480dlocc
I’d appreciate a liitle more detail. Can i still assign the module to ‘left’ but give it a ‘vertical-align:bottom; ?
I’m competent with xhtml/css – where do I define the CSS class? In template_css.css?
The site is at http://www.lefp.co.uk/index.php and i’m trying to set the RICS logo in the left column to sit at the bottom of the column.
Many thanks
dlocc Frienddlocc
- Join date:
- August 2008
- Posts:
- 74
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 9 times in 5 posts
September 3, 2008 at 5:46 pm #268546Alrighty,
Yes the module will still be assigned to the left position. Give you module a class suffix if it needs it and in your template_css.css scroll all the way to the bottom use CSS to call the div and align it.
I see that you have already been playing around with it after inspecting your site with firebug. Having any luck?
dozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
September 3, 2008 at 7:26 pm #268561Which DIV? What’s it’s name? is it div.moduletable ?
dlocc Frienddlocc
- Join date:
- August 2008
- Posts:
- 74
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 9 times in 5 posts
September 3, 2008 at 7:48 pm #268567um, I see that it is called “moduletable_bingo”
dozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
September 3, 2008 at 8:02 pm #268568OK. I now have control of the module styling…. Given it a class suffix of _bingo and in my template_css.css have targeted the div with following…
/* Dom Custom Module Logo left bott */
#ja-col1 div.moduletable_bingo {
padding-top: 60px;
margin-bottom: 15px;
background-color: #d0ff74;
}How do I get it to stick to the bottom of the column though? My css is letting me down here..
dozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
September 9, 2008 at 4:58 pm #269786For reference, this is how I ended up sorting it out.
I added a new module position called ‘user10’ to templateDetails.xml.
Then I inserted the module position, in index.php, within an existing footer div. I then wrapped the module position (in index.php) in a div and applied some absolute positioning via some css in template_css.css to position the new module above the footer at the bottom of the left column.
Obvious?
dlocc Frienddlocc
- Join date:
- August 2008
- Posts:
- 74
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 9 times in 5 posts
September 9, 2008 at 5:00 pm #269787Good job man, nice posting!
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by dlocc 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
SOLVED: Add logo to bottom of left column?
Viewing 9 posts - 1 through 9 (of 9 total)