Drop Down Menu & Post Spacing in Modularity Lite

  • Unknown's avatar

    I am currently using the Modularity Lite theme with a few customizations.

    I was hoping to find some help with the following…

    Is there a way to have my post sit flush against each other and eliminate the space inbetween. I current am using pictures to link into the full post. Is there a way to not use “more” without displaying the full post?

    I’d like to turn my current “menu” section in a drop down. The standard for the template list them across the header. Is it possible to have them listed in a drop down. Similar to the menus is the Modularity theme(http://demo.graphpaperpress.com/modularity/) Please reference picture below.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Figure out how to unmore the more tag. Still looking to adjust the padding between post.

    Any help would be greatly appreciated

    KD

  • Unknown's avatar

    The first line of code will remove the datestamp and the post title (which you have embedded in the picture) which should result in the layout you want:

    .postmetadata, .post h2 {display:none;}

    To achieve the dropdown menus you need to either set some pages as child pages of the existing ones. Or utilise the custom menus found in the Appearance tab on your dashboard. If the theme doesn’t take care of this automatically it’s definitely possible with CSS, but I can’t give you the code until you’ve got the child pages set up right.

  • The topic ‘Drop Down Menu & Post Spacing in Modularity Lite’ is closed to new replies.