I'm having an issue with my menu on the responsive size. For some reason my menu doesn't collapse so I cannot see any of my items on my menu on a tablet or a mobile. Using the inspect element I check and all the pages from my menu are in the html but the collapsing part is not working anymore. I'm currently using the Project Bootstrap .
Can anyone provide me some tips on how to troubleshoot this problem?
Hi folks.
I'm having a bit of a head-scratcher on the issue of pulling individual items from a field collection, specifically in a views field template.
I can do it on a node display just fine.
here's the scenario:
I have a field collection called "field_speaker_info". This field collection has "field_speaker_name", "field_speaker_affiliation", and "field_speaker_bio".
I need to display these separately in various views.
Using Drupal + Zen I am currently theming.
Unfortunately when creating the horizontal navigation menu every <li> gets unwanted extra space on the right side.