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.

Poll button area problem

3 posters

Go down

In progress Poll button area problem

Post by yayayes September 27th 2013, 3:32 am

Hello guys,

I have been trying to reduce the scale of poll button area, but nothing seems to work so far. 
Here is my forum: http://secretkingdomscode.forumth.com/
Link to the poll: http://secretkingdomscode.forumth.com/f1-forum

How it looks like now:

Poll button area problem Screenshot

and this is how I wish it would be:

Poll button area problem Screenshot2



Very appreciate your help, thanks flower


Last edited by yayayes on September 27th 2013, 4:33 am; edited 1 time in total
yayayes
yayayes
Forumember

Female Posts : 49
Reputation : 1
Language : Thai
Location : Bangkok, London & Hong Kong

Back to top Go down

In progress Re: Poll button area problem

Post by runawayhorses September 27th 2013, 3:41 am

Can you post a link to a poll I can't read the writing on that forum so I'm having trouble finding one.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

In progress Re: Poll button area problem

Post by yayayes September 27th 2013, 3:43 am

yayayes
yayayes
Forumember

Female Posts : 49
Reputation : 1
Language : Thai
Location : Bangkok, London & Hong Kong

Back to top Go down

In progress Re: Poll button area problem

Post by SLGray September 27th 2013, 4:16 am

If guests can not vote, then we need a test account.


Poll button area problem 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

In progress Re: Poll button area problem

Post by yayayes September 27th 2013, 4:19 am

I just changed the settings - now it's fine to vote.

The test account: 

  • Username = tester2
  • Password = tester007


Last edited by yayayes on September 27th 2013, 4:27 am; edited 1 time in total
yayayes
yayayes
Forumember

Female Posts : 49
Reputation : 1
Language : Thai
Location : Bangkok, London & Hong Kong

Back to top Go down

In progress Re: Poll button area problem

Post by SLGray September 27th 2013, 4:24 am

Thanks.

Is this poll opened - http://secretkingdomscode.forumth.com/t5-topic ? I do not see the buttons.


Poll button area problem 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

In progress Re: Poll button area problem

Post by yayayes September 27th 2013, 4:31 am

I'm not quite sure either. You may have to log in using the test account. I just try my other test account and it seems to work fine. :O

The test account: 

  • Username = tester2
  • Password = tester007
yayayes
yayayes
Forumember

Female Posts : 49
Reputation : 1
Language : Thai
Location : Bangkok, London & Hong Kong

Back to top Go down

In progress Re: Poll button area problem

Post by SLGray September 27th 2013, 4:46 am

Thanks. Could you add the test account to the administrator group so I can see in the administration panel?


Poll button area problem 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

In progress Re: Poll button area problem

Post by yayayes September 27th 2013, 4:54 am

Sure, I just did.
yayayes
yayayes
Forumember

Female Posts : 49
Reputation : 1
Language : Thai
Location : Bangkok, London & Hong Kong

Back to top Go down

In progress Re: Poll button area problem

Post by SLGray September 27th 2013, 5:10 am

Have you modified this area?


Poll button area problem 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

In progress Re: Poll button area problem

Post by yayayes September 27th 2013, 5:20 am

I tried but it didn't change anything at all so I decide to use the same css code.
yayayes
yayayes
Forumember

Female Posts : 49
Reputation : 1
Language : Thai
Location : Bangkok, London & Hong Kong

Back to top Go down

In progress Re: Poll button area problem

Post by SLGray September 27th 2013, 5:23 am

Please post the code you use.


Poll button area problem 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

In progress Re: Poll button area problem

Post by yayayes September 27th 2013, 5:33 am

I added a background picture.

Code:
.formbuttonrow {
   background-color: #2c0808;
        background-image: url("http://i1122.photobucket.com/albums/l529/yayayes/line5-1.png");
   border-top: 1px solid #9aa4b1 !important;
   color: #fad873;
   }
And I was trying to change poll section but at the end I left it the same way as before...

Code:
/*Poll*/
.poll,.polls h4 {
   font-size: 12px;
   }
.borderwrapm {
   margin: 5px;
   }
.poll .poll-choice {
   clear: both;
   margin: 0.5em 0;
   }
.poll fieldset {
   margin: 1em;
   }
.polls {
   margin: 4px;
   font-famly: Arial,Verdana,Tahoma,sans-serif;
   font-size: 0.9em;
   }
.polls .row1 {
   padding: 7px;
   font-weight: bold;
   }
.polls dl {
   margin: 1em;
   padding: 7px 0 0 0;
   line-height: 120%;
   }
.polls dt {
   text-align: left;
   float: left;
   display: block;
   width: 30%;
   border-right: none;
   padding: 0;
   margin: 0;
   font-size: 1.1em;
   }
.polls dd {
   float: left;
   }
.polls dd em {
   font-weight: bold;
   font-style: normal;
   }
.polls dd.number-votes {
   margin: 0 0.5em;
   width: 4em;
   text-align: center;
   }
yayayes
yayayes
Forumember

Female Posts : 49
Reputation : 1
Language : Thai
Location : Bangkok, London & Hong Kong

Back to top Go down

In progress Re: Poll button area problem

Post by SLGray September 27th 2013, 5:37 am

Is this how it looked when you installed the theme?


Poll button area problem 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

In progress Re: Poll button area problem

Post by yayayes September 27th 2013, 5:55 am

I checked my code history and this is what I found. The font size, .polls .row1 padding and .polls dl padding are not the same.


This is how it was before.


Code:
/*Poll*/
.poll,.polls h4 {
   font-size: 11px;
   }
.borderwrapm {
   margin: 5px;
   }
.poll .poll-choice {
   clear: both;
   margin: 0.5em 0;
   }
.poll fieldset {
   margin: 1em;
   }
.polls {
   margin: 4px;
   font-family: Arial;
   font-size: 0.9em;
   }
.polls .row1 {
   padding: 4px;
   font-weight: bold;
   }
.polls dl {
   margin: 1em;
   padding: 5px 0 0 0;
   line-height: 120%;
   }
.polls dt {
   text-align: left;
   float: left;
   display: block;
   width: 30%;
   border-right: none;
   padding: 0;
   margin: 0;
   font-size: 1.1em;
   }
.polls dd {
   float: left;
   }
.polls dd em {
   font-weight: bold;
   font-style: normal;
   }
.polls dd.number-votes {
   margin: 0 0.5em;
   width: 4em;
   text-align: center;
   }
yayayes
yayayes
Forumember

Female Posts : 49
Reputation : 1
Language : Thai
Location : Bangkok, London & Hong Kong

Back to top Go down

Back to top

- Similar topics

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