Sela theme CSS bigger text box featured image
-
Hello,
Is it possible to make the text box that sits over the top of the featured image on the front page bigger? I would love to show my video bigger in that space.
My website is http://www.wimperextensionsgasselte.com
The blog I need help with is: (visible only to logged in users)
-
Hi, this is a bit tricky since the video player is part of the Jetpack plugin and sizes for the video are calculated off the available size of the content area. Add the following to the bottom of your custom CSS. This change will likely not show up in the preview at Customize > CSS, so save it and then visit your site.
@media screen and (min-width: 768px) { .front-page-content-area .with-featured-image { max-width: 700px; width: 100% } .front-page-content-area .with-featured-image .jetpack-video-wrapper iframe { margin-left: auto !important; margin-right: auto !important; } } -
-
- The topic ‘Sela theme CSS bigger text box featured image’ is closed to new replies.