Forum Replies Created
-
AuthorPosts
-
ah26Participant
sorry about that https://postimg.cc/rzY2BbfT
ah26ParticipantThanks... almost got it. now, what if I want the widget title and box like this
Thanks for the assistance.
ah26ParticipantAnita, thanks for the help. getting closer.... that actually worked. just need to fill the top with zero padding... but not sure... see screenshot below.
I entered
#media_video-2 {
padding: 0;
}It messed up the 'video test' box padding a bit. Now I just need to fix the box padding so it looks like the 'site navigation' box.
ah26ParticipantPretty much stayed the same. Didn't fill the box with video player.
Dropped in style.css in the widget section.
Code is on site. its a dummy site so can mess with it a bit./* Widgets
---------------------------------------------------------------------------------------------------- */.widget {
word-wrap: break-word;
}.widget:last-child {
margin-bottom: 0;
}.widget ol > li {
list-style-position: inside;
list-style-type: decimal;
padding-left: 20px;
text-indent: -20px;
}.widget li li {
border: 0;
margin: 0 0 0 30px;
padding: 0;
}.widget_calendar table {
width: 100%;
}.widget_calendar td,
.widget_calendar th {
text-align: center;
}.sidebar .widget_media_video {
padding: 0;
}.sidebar .wp-video {
margin-bottom: 0;
}.sidebar .widget_media_video .widget-title {
margin-top: -83px;
}.sidebar .wp-video-shortcode,.sidebar .wp-video-shortcode iframe {
width: 100% !important;
}ah26ParticipantThanks but it didn't do much on my end. Do you think I could just remove that single widget and put a video 265 x 250 which is about the size of the widget. Seems like when I comment of widgets from css file they all get removed.
I really appreciate your help. I'm usually pretty good with this stuff but apparently not anymore.
-
AuthorPosts