Support » Themes and Templates » Sequel theme grid content

  • Hi all,

    I’m quite newbie at WP. I’m using Sequel theme http://wordpress.org/themes/sequel. and I’m having problems with the grid content (featured content) position. The thing is that the header image is hiding the featured content, and so I’d like to modify the code to make these pictures go down. The available code is next. What variable should I use, please?

    9.0 Featured Content
    * —————————————————————————–
    */

    .grid-content {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    }

    .grid-content-inner {
    overflow: hidden;
    }

    .grid-content .hentry {
    color: #000;
    margin: 10px 0;
    max-width: 100%;
    width: 100%;
    }

    .grid-content .post-thumbnail,
    .grid-content .post-thumbnail:hover {
    background: transparent;
    }

    .grid-content .post-thumbnail {
    display: block;
    position: relative;
    padding-top: 55.3571%;
    overflow: hidden;
    }

    .grid-content .post-thumbnail img {
    left: 0;
    position: absolute;
    top: 0;
    }

    .grid-content .entry-header {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 96px;
    overflow: hidden;
    padding: 24px 10px;
    }

    .grid-content a {
    color: #000;
    }

    .grid-content a:hover {
    color: #41a62a;
    }

    .grid-content .entry-meta {
    color: #000;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.0909090909;
    margin-bottom: 12px;
    }

    .grid-content .cat-links {
    font-weight: 700;
    }

    .grid-content .entry-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3333333333;
    margin: 0;
    text-transform: uppercase;

  • The topic ‘Sequel theme grid content’ is closed to new replies.