The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How can I move the title bar of quick reply?

3 posters

Go down

Solved How can I move the title bar of quick reply?

Post by Van-Helsing March 27th 2014, 1:46 pm

Hi all,
How can I place the title bar of quick reply outside of the border like this picture http://prntscr.com/34jttn , forum version punbb.

Best Regards,
Dark-Avenger


Last edited by Dark-Avenger on March 27th 2014, 11:06 pm; edited 1 time in total
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by Pizza Boi March 27th 2014, 1:53 pm

Hi Very Happy

Try this and just adjust #30px to anything you want Smile.

Code:
.main .main-head, #pun-qpost > div.main-content.frm {
position: relative !important;
bottom: 30px;
}

Edit: I am so sorry, but the code I provided above is partially wrong x_x... my internet is so slow to load the whole topic and it ended up going bonkers on my screen after it loaded correctly x.x... please use this instead:

Code:
#pun-qpost > div.main-head.clearfix, #pun-qpost > div.main-content.frm {
position: relative !important;
bottom: 30px;
}

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by Van-Helsing March 27th 2014, 2:06 pm

Pizza Boi wrote:Hi Very Happy

Try this and just adjust #30px to anything you want Smile.

Code:
.main .main-head, #pun-qpost > div.main-content.frm {
position: relative !important;
bottom: 30px;
}

Regards,
Pizza Boi

Hi Pizza Boi Very Happy ,
This moves all of title bars in forum, can I modify the template viewtopic_body to fix it? I think I must move it up from the template. I need to move only this title bar above the border. My testing forum Url is
Spoiler:

Best Regards,
Dark-Avenger
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by Pizza Boi March 27th 2014, 3:37 pm

Hi Very Happy

Try this instead please:

Code:
#pun-qpost.main {
position: relative;
bottom: 20px;
}

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by Van-Helsing March 27th 2014, 8:22 pm

Pizza Boi wrote:Hi Very Happy

Try this instead please:

Code:
#pun-qpost.main {
position: relative;
bottom: 20px;
}

Regards,
Pizza Boi
Its not working correctly its move all of the block but the title bar still remains inside the border

Regards,
Dark-Avenger
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by SLGray March 27th 2014, 8:25 pm

Could you post a link to a topic that guests can reply to?


How can I move the title bar of quick reply? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by Pizza Boi March 27th 2014, 8:31 pm

Hi Very Happy

Sorry, I didn't understand your message at first, try this instead:

Code:
#pun-qpost.main > div.main-head.clearfix {
position: relative;
bottom: 20px;
}

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by Van-Helsing March 27th 2014, 8:31 pm

SLGray wrote:Could you post a link to a topic that guests can reply to?
Hi SLGray,
Yes of course here it is:
Spoiler:
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by Pizza Boi March 27th 2014, 8:33 pm

Dark-Avenger wrote:
SLGray wrote:Could you post a link to a topic that guests can reply to?
Hi SLGray,
Yes of course here it is:
Spoiler:

Hi Very Happy

I don't know if you notice my post above but that works pretty well for my test forum o.o

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by SLGray March 27th 2014, 8:38 pm

I do not see the quick reply editor as a guest.


How can I move the title bar of quick reply? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by Van-Helsing March 27th 2014, 8:47 pm

SLGray wrote:I do not see the quick reply editor as a guest.
Here is a tester account:


Last edited by Dark-Avenger on March 27th 2014, 9:19 pm; edited 1 time in total
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by Pizza Boi March 27th 2014, 8:53 pm

Hi Very Happy

Sorry to bump this, but the code I provided is not what you wanted? I implemented it in my console and it worked for me :/ .

How can I move the title bar of quick reply? Weird10

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by Van-Helsing March 27th 2014, 11:05 pm

Ok problem is solved.

Best Regards,
Dark-Avenger
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by Pizza Boi March 27th 2014, 11:50 pm

Hi Very Happy

Finally managed to help him lol. We solved this via chatbox in his test forum Smile .

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: How can I move the title bar of quick reply?

Post by SLGray March 28th 2014, 3:28 am

Topic Solved & Archived


How can I move the title bar of quick reply? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum