Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #297579

    Is there a quick code for changing the way custom menus stack? I’d like to make this specific menu (from portfolio category) closer together like a regular menu.

    http://www.directionscounseling.com/wp/counselors/michael-bayda/

    #297691

    Hey satucker!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single .entry-content-wrapper li {
    padding: 1px 0;
    }

    Regards,
    Yigit

    #298069

    Thanks, that didn’t actually work for me though. Any other ideas?

    #298244

    Hey!

    Please try following code instead

    li.news-content.post-format-standard {
    margin-bottom: -25px!important;
    }

    If that too does not work, please post a screenshot and show the changes you would like to make, i may be understanding you wrong :)

    Best regards,
    Yigit

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