Okay
  Public Ticket #1141250
Possible to adjust blog layout to a four column layout vs three?
Closed

Comments

  • willsykora started the conversation

    I'd love to get this view to render out with 3 columns (75%) for the posts, 1 (25%) column for the side bar.  
    Is it also possible to restrict the sidebar to just search, recent posts, and categories? 

  •  9,007
    Tahir replied

    Hey Again,

    I am afraid it would require some Customization . As for the Restriction of the Widgets you can simply remove them from the WP Dashboard  Appearance -> Widgets Menu . 

    Be.st 


    ThemeNectar Support Team 

  • willsykora replied

    oh cool, I don't mind the customization. Could you point me in the right direction? 

  • willsykora replied

    Sure. I just received a notification I was updated to the latest WP version, I wonder if that was causing the ISE you were seeing.  Hopefully it's up and running!

     My link: 
    http://covailnt.com/directory/

    and then the demo link: 
    http://themenectar.com/demo/salient-startup/blog-sidebar/

  •  9,007
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (min-width: 1000px) {
        #post-area.masonry.span_9 .masonry-blog-item {
            width: 30%;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • willsykora replied

    Tahir, seriously, you are the best! 

    That worked perfectly.  Thank you so much!! 

  • willsykora replied

    Tahir, thanks for being so helpful. I have one more question for you.  Is it possible to suppress the Blog preview text for each post? Page in question: http://covailnt.com/directory/

    And I'm looking to remove the "round here i go by..." text

    Thanks again!

  •  9,007
    Tahir replied

    Try adjusting the Value in here 

    Cheers 


    ThemeNectar Support Team