This topic has 1 reply, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #47546
     klosurdo
    Participant

    Hi,

    I would like to create redirect after login page that looks like the photo attached. I know how to make the two columns and sidebars, but for the life of me I can’t figure out how to have the blog post display like the example. The closest I have come is with the KLEO Post Grid, but I like the layout with the large picture on the top, meta to the side and story below. Any way of making a page like the one in the sample shot?

    Attachments:
    You must be logged in to view attached files.
    #47580
     sharmstr
    Moderator

    The meta section layout is determined by the container width. Since you’re making the container narrow by adding two sidebars, it move the meta above the image. You can change this by overriding the css

    COPY CODE
    
    
    .tpl-3rr article .article-meta {
    width: 100px !important;
    float: left !important;
    text-align: right !important;
    }
    
    .tpl-3rr article .article-meta .post-meta .meta-links {
    display: block !important;
    }
    
    .single .container .tpl-3rr.with-meta .article-content {
    margin-left: 130px;
    }
    
    .single .with-meta .article-media {
    margin-left: 130px !important;
    margin-bottom: 40px;
    }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?