• Hi,

    I’m using the Esquire theme and I want to make the interface as simple as possible for my bloggers. So, I want them to always use the default “standard” format, but I want it to have the nice layout that each of the other formats has- like the quote being over a block and the video being in the computer frame. For whatever reason, I’m not able to get the video in the video frame to work. I’m hoping someone can help me.

    In the style.css, this is the code that relates to the videos in the Video format. How do I need to alter this to have it work in the standard format?

    /* Video.hentry */
    .video .content .frame {
    	background: url(img/video-bg.jpg) no-repeat 0 100%;
    	margin-bottom: 1em;
    	padding-bottom: 84px;
    	width: 560px;
    }
    .video .content .player {
    	background: url(img/video-top.jpg) no-repeat 0 0;
    	padding: 31px 0 0 29px;
    }
    .postbody.video .player p {
    	font-size: inherit;
    	line-height: 1;
    	margin: 0;
    }
    .embed-youtube,
    .embed-vimeo {
    	text-align: inherit !important;
    }
    .video .video-player {
    	margin: 0;
    	max-width: 496px;
    	height: auto;
    }
    .video .video-player object {
    	max-width: 100%;
    }

  • The topic ‘Esquire theme video format’ is closed to new replies.