Can anyone tell me how to move the quote of the day over a few pixels? I have the Corner peel mod installed, and it covers part of the quote... LOVE the corner peel mod, just need to move the quote over a little.
Can anyone tell me how to move the quote of the day over a few pixels? I have the Corner peel mod installed, and it covers part of the quote... LOVE the corner peel mod, just need to move the quote over a little. |
Well, tried to figure it out... got it to move up and couldn't get it back down. had to reload "unit.css" in the quotes mod to make it right... part of it is still covered up by the corner peel mod.... need some help please......I am afraid to go into index.php or any other file, yet until I learn more about this code. |
You can try this, open file modules/boonex/quotes/templates/base/css/unit.css look after this code: .quote_div { change this line: right:0px; to right:150px; and remember to clean css cache.(the best is to switch it off when you edit files) |
Tried it, did not work... this is making me angry... lol, getting ready to uninstall quote mod. |
That should have worked. I tested it and verified it works. https://www.deanbassett.com |
Do I have to be running firefox? I use chrome most of the time. And yes I do have a custom template. htttp://www.code3space.com |
No, you don't. https://www.deanbassett.com |
I verified okwebs suggestion. You can try this, open file modules/boonex/quotes/templates/base/css/unit.css look for this code: .quote_div { change this line: right:0px; to right:150px; and remember to clean css cache.(the best is to switch it off when you edit files) I have verfied it works. So if it does not then either the edit was not done correctly or not saved. https://www.deanbassett.com |
All that worrying and it worked... thank you |
I had to get the file from my demo site and move it over to code3 because i must have messed something else up on it. thanks Deano and okweb. Should be some instructions in the corner peel mod install doc to move it over... lol |
I did not see a problem with the corner peel being in the way. But i have a high res wide screen flat panal monitor. The corner peel does not get in the way until the width gets down to 1024px and smaller screen resolutions which nowadays is not very common with wide screen monitors becoming the standard. https://www.deanbassett.com |
Well, that is why... I am on an old laptop with a standard screen... thanks |