Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #8880
    Maeyke
    Member

    Hi there,

    I’m using the Catch Everest theme, I think it’s a great theme!

    I would like to add multiple photo albums to a menu. Can you please tell me how to do that?

    Thanks,
    Maeyke

    #8928
    Sakin
    Keymaster

    @Maeyke: For menu, you can use custom menu that is through “Appearance => Menus”. See this for more details about menus http://en.support.wordpress.com/menus/

    #8947
    Maeyke
    Member

    Thanks!

    And can you tell me how to reduce the white space between posts?
    (http://2opreis.net/category/thailand/)

    #8961
    Sakin
    Keymaster

    @Maeyke: Looks like you have customize the theme. There are extra elements that is taking spaces. So remove all those and then you can add in the margin bottom and padding bottom as per you need. Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 1060px) {
    .archive .site-content article { margin-bottom: 0; padding-bottom: 0; }
    }
    #8969
    Maeyke
    Member

    Ok. I don’t know which extra elements take the space. Where can I find and remove them?

    #8982
    Sakin
    Keymaster

    @Maeyke: For example you have unnecessary code like below above “Verslag vanuit Bangkok”

    <header class="entry-header">
    	<h1 class="entry-title"><a rel="bookmark" title="Permalink to " href="http://2opreis.net/2013/05/13/bangkok-2/"></a></h1>
    	<div class="entry-meta">
    		<span class="on-date">Posted on <a rel="bookmark" title="22:20" href="http://2opreis.net/2013/05/13/bangkok-2/"><time datetime="2013-05-13T22:20:57+00:00" class="entry-date">13 mei 2013</time></a></span><span class="by-author"> by <span class="author vcard"><a rel="author" title="View all posts by admin" href="http://2opreis.net/author/admin/" class="url fn n">admin</a></span></span>
      	</div><!-- .entry-meta -->
    </header>
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Add photo album’ is closed to new replies.