Welcome, Guest
Username Password: Remember me

Search dropdown menus incorrectly formatted
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Search dropdown menus incorrectly formatted

Search dropdown menus incorrectly formatted 26 Dec 2009 09:13 #1586

  • Jason
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
First of all, I would like to thank you for the great work on this project. I look forward to using it extensively in our website.

I have the component setup and I have entered a test study. However, when I view it from the front page, the search drop down menus width is really long. They're not formatted as they are on the example pages. Is it something with my template? It's not really that big of a deal, but the other way looks much cleaner.

Here's my page:

www.eddybaptistchurch.com/church/index.p...eslist&Itemid=53

Thanks for your help!

Jason

Re:Search dropdown menus incorrectly formatted 26 Dec 2009 09:19 #1587

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 860
Hi Jason - what version of Bible Study are you using? It appears like you are using 6.0. I would highly recommend that you install verson 6.1 instead. If want, I'm going to post an RC of 6.1.1 hopefully today on this website.
"You shall know the truth and the truth shall set you free." JC

Re:Search dropdown menus incorrectly formatted 26 Dec 2009 09:43 #1588

  • Jason
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
Thanks!!!

I've upgraded to 6.1.0 as suggested, but I still seem to have the same issue.

Thanks,
Jason

Re:Search dropdown menus incorrectly formatted 28 Dec 2009 11:57 #1593

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 860
I'm thinking this is something on your template. I think that this is being inherited from your template.css file

inputbox
{
border: 1px
solid
#CCCCCC;
width: 65%;
}

Go into the admin of com_biblestudy and CSS Edit.

Look for the section in the studieslist

bsdropdownmenu {

some lines of code here

}

add this within the braces :

width = 10% !important;

You can play around with different percentages.
"You shall know the truth and the truth shall set you free." JC

Re:Search dropdown menus incorrectly formatted 29 Dec 2009 20:08 #1599

  • Jason
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
Thanks!

I made the change to the com_biblestudy as suggested, but it didn't help.

I then went to the main template CSS page and changed the percentage width to 20%. I'll try this for now and make sure nothing else on my page is affected. This is the only page that has dropdown menus for now. However, I'm not for sure why the change to the com_biblestudy CSS file had no effect.

Thanks again for your help!

Jason

Re:Search dropdown menus incorrectly formatted 30 Dec 2009 09:22 #1603

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 860
I'm not sure either. CSS is not my strong suit so I may have given you the wrong tag. Perhaps you could add a css tag for input box inside of bsdropdownmenu and see if that works. Just copy the formatting from your template.css file and change the parameter width.
"You shall know the truth and the truth shall set you free." JC
  • Page:
  • 1
Time to create page: 0.64 seconds