Does anyone know where i can edit / remove the quotes that appear on the Upper Right of the website?
Does anyone know where i can edit / remove the quotes that appear on the Upper Right of the website? |
I like easy questions. https://www.deanbassett.com |
Ok how bout....the position of the quotes? Mine appear to be cut off. I would like to move it a little to the left. |
How about a url to your site so we can see that. They should not be cut off unless you have a template problem. https://www.deanbassett.com |
Hi Thomas, You can change the position of your Quotes by folloing this step: 1) Go to http://YOURSITE.COM/modules/boonex/quotes/templates/base/css/ 2) There open unit.css and at line 10 find the following code:
.daily_quotes {
margin:2px;
text-align:right;
}
3) Modify the CSS accordingly. To move it to left by 10 pixels modify that like this:
.daily_quotes {
margin-left:-8px;
text-align:right;
}
Hope this helps.
Best Regards,
The HotGate Team
|
My url is InternationalMMANexus.com aka i-MMAN.com |
Good info...thanks Hotgate |