• Is there a way to make the Blog size on the home page smaller. I would like it to only take up 50% of the width and have the homepage widget take up the other 50%.

    Also,
    Is there a way to have a vimeo post display the video so it can play on the homepage? Right now you have to open the post page and I want it to be able to play directly on the homepage.

    Thank You!

    http://www.timelesstavern.com

Viewing 1 replies (of 1 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hi Timeless Tavern,
    for blog size customization put the following code into custom css this may resolve your problem

    .logo img{
    max-width:100%;
    height:auto;
    }
    @media only screen and ( min-width: 768px ){
        .home_page_blog .grid_16.alpha
        {
            width:49%;
        }
        .home_page_blog .grid_8.omega
        {
            width:49%;
        }
    }

    Sorry there is no way to play the video directly with video post.

Viewing 1 replies (of 1 total)

The topic ‘Front Page Blog Size’ is closed to new replies.