Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
  • in reply to: Standard layout: the text is half-width in mobile version #46745
     realokun
    Participant

    By the way, here is all the custom css I have in the child theme. Perhaps you can spot some problem there?

    COPY CODE
    article .article-meta .post-meta a.post-time:after
    {
    padding-left: 2px;
    }
    div .wp-caption {
    margin-left: 15px;
    }
    .template-page {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    h1 {
    margin-bottom: 5px;
    }
    
    /*
    To move logo closer to the left, default 15px
    To move menu closer to the right 
    */
    #header .kleo-main-header .container {
      padding-left: 5px;
      padding-right: 5px;
    }
    /*
    * To space menu items closer
    */
    .navbar-nav>li>a {
    margin: 0 5px;
    }
    
    /*
    * To remove a huge gap between posts in Standard layout
    */
    .posts-listing.standard-listing.with-meta .article-content {
      margin-left: 130px;
      padding: 0 0 0px;
    }
    .posts-listing.standard-listing.with-meta .type-post {
    margin-bottom: 0px;
    }
    
    /*
    * To remove a 130px left padding in Standard layout on mobile
    */
    @media(max-width:767px) {
      .posts-listing.standard-listing.with-meta.article-content {
        margin-left: 0px !important;
        padding: 0 0 0px;
      }
    }
Viewing 1 post (of 1 total)

Log in with your credentials

Forgot your details?