Hi,
My quotes are placed (valign) _top in my webpage, and partially obscured by the 'menu' bar which I prefer to hover at the top of page..
Where do I find the code to change the valign to _bottom ?
Thanks..
Ken
Hi, |
Hi, Provide us with some explanation screen shots here PS: If possible do not write me personally, please try to ask on the forum first |
Hi, Sasha |
Anybody? |
In modules/boonex/quotes/templates/base/css/unit.css Find:
.quote_div {
bottom: 12px;
color: #3399FF;
font-size: 12px;
position: absolute;
right: 0;
width: 305px;
}
Change to -12 lowers the quotes (I'm guessing 24px)?
Unless someone knows a better way?
Edit : This is 7.0.4
|
Hi,
.quote_div { width: 305px; color:#666; font-size:12px; bottom:-12px; position:absolute; right:0px; vertical-align: bottom; }
.daily_quotes { text-align:right; vertical-align: text-bottom; margin-top: 20px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } How frustrating.. |
Hi,
.quote_div { width: 305px; color:#666; font-size:12px; bottom:-12px; position:absolute; right:0px; vertical-align: bottom; }
.daily_quotes { text-align:right; vertical-align: text-bottom; margin-top: 20px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; } How frustrating.. 1. Did you clean caches after your changes? PS: If possible do not write me personally, please try to ask on the forum first |