File tree Expand file tree Collapse file tree 1 file changed +22
-11
lines changed
Expand file tree Collapse file tree 1 file changed +22
-11
lines changed Original file line number Diff line number Diff 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–––––––––––––––––––––––––––––––––––––––––––––––––– */
You can’t perform that action at this time.
0 commit comments