Skip to content

Commit e4264b4

Browse files
committed
Added .full-width-content, added .site-header .widget-area, removed .widget_calendar.
1 parent 6827468 commit e4264b4

File tree

1 file changed

+22
-11
lines changed

1 file changed

+22
-11
lines changed

style.css

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,22 @@ blockquote p {
434434
}
435435
}
436436

437+
.site-header .widget-area {
438+
width: 100%;
439+
}
440+
@media (min-width: 750px) {
441+
.site-header .widget-area {
442+
float: right;
443+
text-align: right;
444+
max-width: 620px;
445+
}
446+
}
447+
@media (min-width: 1200px) {
448+
.site-header .widget-area {
449+
max-width: 800px;
450+
}
451+
}
452+
437453
.title-area {
438454
float: left;
439455
padding: 10px 0;
@@ -442,13 +458,13 @@ blockquote p {
442458
}
443459
@media (min-width: 750px) {
444460
.title-area {
445-
width: 300px;
461+
max-width: 300px;
446462
text-align: left;
447463
}
448464
}
449465
@media (min-width: 1200px) {
450466
.title-area {
451-
width: 360px;
467+
max-width: 360px;
452468
}
453469
}
454470

@@ -779,6 +795,10 @@ blockquote p {
779795
}
780796
}
781797

798+
.full-width-content .content-sidebar-wrap {
799+
max-width: 100%;
800+
}
801+
782802
/* wrap used in entry-header and entry-footer.
783803
* Also used in entry-content on full-width pages. */
784804
.wrap {
@@ -1112,15 +1132,6 @@ img.alignright,
11121132
padding: 0;
11131133
}
11141134

1115-
.widget_calendar table {
1116-
width: 100%;
1117-
}
1118-
1119-
.widget_calendar td,
1120-
.widget_calendar th {
1121-
text-align: center;
1122-
}
1123-
11241135

11251136
/* Media Queries
11261137
–––––––––––––––––––––––––––––––––––––––––––––––––– */

0 commit comments

Comments
 (0)