yujin kang
asked 10 years ago

Hello.
I love your neat plugins and thinking you always.
But I have a problem that the category selecter element is so wide that I can’t input tags.
Just like this:
Image and video hosting by TinyPic
 
I’ m not sure if it’s because of any conflict with my current theme.
Do you have any idea please?
Sincerely, K.

3 Answers
Guru
answered 10 years ago

You can follow the following integration guide and place your css selectors for ids and classes straight into the style.css file that you will create.

DW Question & Answer Plugin

DominicStaff
answered 10 years ago

Hello Yujin !
Is there any update on your issue? If you still face the issue, you can send me your site for further checking.    

yujin kang
replied 10 years ago

Thank you for the help.
I 've followed Style integration step 1,2,3.
Just edited content-start and end files and the layout looks perfect.
But unfortunately could not fix the selecter area.

I would show you my site url below.

yujin kang
replied 10 years ago

Oh, I 've found something different from your demo!
.selecter-element {position: absolute;} of my theme seems to cause the issue.
Thank you for the help 🙂

DominicStaff
answered 10 years ago

Hi Yujin !
To resolve the issue with the select category arena, You can add the following code to the style.css file:

 .select-category select {
    width: 48% !important;
}

Hope this helps !

yujin kang
replied 10 years ago

Yeah, it works, like a charm 🙂
Thank you so much!!

Powered by DW Question & Answer Pro