Home Forums Weaver Xtreme Theme Part of plugin drop down box hidden

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18050
    nstratman
    Participant

    I’ve just started using Map List Pro on a site I am developing under Xtreme. One of the plugin display options is a category box to allow filtering. I have implemented this using UK regions & counties as the categories.Annoyingly the plugin does not add a scroll bar if the list is longer than will fit in the content area, and I will write to the developer about this. In the meantime what happens on the site is that the part of the displayed list which doesn’t fit in the page appears to be hidden behind the footer. Is there an Xtreme option which allows the content area or whichever it is to be fluid and expand to allow the drop down list to be viewed in full? If not what do you recommend?

    A page which demonstrates this is

    I switched to the 2014 theme and it showed the full drop down list.

    Thanks.
    #23491
    scrambler
    Moderator

    This is just because by default the containers are using overflow:hidden.

    Just add the rule below in main options > Fonts & Custom > Custom CSS Rule box

    #container, #content {overflow:visible;}

    #23492
    nstratman
    Participant

    Thank you that’s great. The site looks daft now when you select a category but that’s to do with the plugin.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.