Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1384954
    bperry420
    Participant

    Hi,
    Can you please help me with the following 4 items on this Category page:
    http://www.newtonkd.com/category/projects/

    1. Title Section
    Q: How can I make my green “Projects” title be full width? (fill the entire screen)

    2. Number of Rows
    Q: How can I decide how many rows of posts should be displayed?

    3. Missing Posts in Row #4
    Q: If you look at the 4th row of posts, there are no posts showing in columns 1 and 2. They are on another page.

    4. The NEXT & PREVIOUS icons at bottom of page are missing. It only shows a question mark.
    Q: How do I fix that?

    My Site info:

    Home


    WordPress 4.7.2 running X – Child Theme theme
    Cornerstone Version 1.3.3

    #1385179
    Christopher
    Moderator

    Hi there,

    #1 Please add following code in Customize -> Custom -> Global CSS :

    header.x-header-landmark.x-container.max.width {
        background-color: #9ba500;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }

    #2 Please change number of columns under Customize -> Blog -> Archives.

    #3 You’re using masonry layout and posts are uneven in masonry layout. You can change number of posts per page under Settings/Reading

    #4 Icons are displaying fine, see the attachment. Please clear cache and check again.

    Hope that helps.

    #1385185
    Christopher
    Moderator

    Hi there,

    #1 Please add following code in Customize -> Custom -> Global CSS :

    header.x-header-landmark.x-container.max.width {
        background-color: #9ba500;
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }

    #2 Please change number of columns under Customize -> Blog -> Archives.

    #3 You’re using masonry layout and posts are uneven in masonry layout. You can change number of posts per page under Settings/Reading

    #4 Icons are displaying fine, see the attachment. Please clear cache and check again.

    Hope that helps.

    #1385710
    bperry420
    Participant

    Thank you very much!

    #1385950
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1384954 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>