Quotes

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

Quote · 4 Apr 2011

 

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

Provide us with some explanation screen shots here

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 4 Apr 2011

Hi, Sasha

here is a screen shot to explain, as you can see the 'Quote' is half obscured by the 'tool bar'
I want the quote to VALIGN="_bottom" so it sits just above the green in the design..

Cheers!

Capture.PNG · 19.1K · 80 views
Quote · 4 Apr 2011

Anybody? 

Where is the code in the .php for the QUOTES module??

Quote · 6 Apr 2011

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
Quote · 7 Apr 2011

Hi, 

I have tried everything in the .css file - nothing affects the placement.. 
Here is what I have

.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.. 

I am using a template, could that be affecting teh quotes?

Quote · 7 Apr 2011

 

Hi, 

I have tried everything in the .css file - nothing affects the placement.. 
Here is what I have

 

.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.. 

I am using a template, could that be affecting teh quotes?

1. Did you clean caches after your changes?
also give us your site's url here

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 7 Apr 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.