Hi,
Now my new comment box like this :

Anyone can help me how to move the new comment box to right side?
Thank you.
422
Developer MVP
in your custom css add this:
ul.DataList div.Meta strong {
box-shadow: 0 0 2px #777777;
left: 720px;
position: absolute;
top: 24px;
white-space: nowrap;
}
left moves the position to the right ( weird i know )
So if you set left at 650px it moves it to the left, and 720 moves it to the right at the moment ( you have minify ) and its set at 668px
You may have to clear cache and or add important to the attribute like:
left: 720px !important;
Ste
422 Real Estate Australia , now open Check it out
Answers
Have you looked in firebug to identify it?
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
1 · Insightful 1Awesome LOL ·I could tell you but post your link first
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
1 · Insightful 1Awesome LOL ·there might be easier ways, this is just how i figured it out for myself.
open /themes/themefolder/views/discussions/helper_functions.php
find
and sourround it by
<span class="new"><?phpand?></span>then move it where you want it to be inside the helper_functions.phpi have it before
<?php $Sender->FireEvent('AfterDiscussionTitle'); ?>mine looks like this ..
- Spam
- Abuse
2 · Insightful 2Awesome LOL ·Sorry I'm newbie in programming..
@peregrine : Sorry..I don't know how to use the firebug.. @422 : my link » http://forum.caricyber.com @fh111 : I've try your suggestion but still not work :(
Anyway thanks to all give your reply.
- Spam
- Abuse
0 · Insightful Awesome LOL ·@422 : thank you so much :)
- Spam
- Abuse
2 · Insightful 2Awesome LOL ·Your very welcome :)
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
1 · Insightful 1Awesome LOL ·@peregrine : Sorry..I don't know how to use the firebug.
It's worth giving it a look or some other developer tools with your browser. Google chrome has there own and so does MS. It will save you countless questions. It's not hard. There are millions of tutorials.
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
2 · Insightful 2Awesome LOL ·