• Hi,

    I am just a newbie in WP and started my first site with Best Magazine Theme but I don’t know how to present the newest posts in one column (within Content post).

    click here

    Apparently it is not possible to simply edit it in Personalization options.

    Another issue, when I click to see the whole post something wrong happens with side bars: click here

Viewing 5 replies - 1 through 5 (of 5 total)
  • hi @markandweather,

    thanks for using best-magazine theme.
    You can change number of columns with this custom CSS

    
    .content_post_masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    }
    .content_post_masonry .masonry_item{
      display:block !important;
    }
    

    The sidebar in that post has 98% width. Change it from post metabox (layout).

    Thread Starter markandweather

    (@markandweather)

    It is a very nice theme ?? and thank for your help

    I changed the sidebar width successfully but I still have two columns in content posts.

    This fragment of code in custom CSS is the only place where I should make corrections?
    print screen in css code

    By the way, where can I change the colour of top navigation menu?

    It is better to add that css to custom css box instead of modifying style.css. I checked. You did not add the second piece of styles with display:block, that will make posts full width.

    Settings for color modification are available in pro version only.

    However you can make minor customization with css.
    Something like this.

    
    #top-nav,
    #menu-button-block
    {
    background:#0c93bb !important;
    }
    
    @media only screen and (max-width : 767px){
    #top-nav-list{
    background:#0c93bb !important;
    }
    }
    
    
    Thread Starter markandweather

    (@markandweather)

    Thank you a lot. It works fine now.

    However, there are small details like the Insert Read More Tag. I want to have visible news fragment of desired lenght on the main site but I inserted the tag and still the text ends after constant number of words. Is it possible to change?

    And how to add to the posts on the main site the date and hour of realese? Similarly as it is with featured posts?

    hi,
    Both issues require some changes in code.

    Please write to WebDorado using this contact form and send us the link to this support post. We will do these customizations for you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Best Magazine theme and posts in one column’ is closed to new replies.