Hello,
This is my custom CSS before I click "Save & Publish":
#text-7 > .textwidget {
text-align: center;
}
#blog_subscription-3 > #subscribe-blog {
text-align: center;
}
.widget_wpcom_social_media_icons_widget .genericon {
font-size: 2.5em;
overflow: hidden;
white-space: nowrap;
}
#wpcom_social_media_icons_widget-2 {
text-align: center;
}
#text-5 > .textwidget {
text-align: center;
}
#secondary > aside {
margin: 0 0 15px;
padding: 0 0 15px;
border-bottom: 1px solid rgba(0,0,0,0.3);
}
.site-branding a + .site-title {
margin-top: 0;
}
.site-branding, .site-navigation {
padding-top: 20px;
}
.site-title > a {
color: #000;
font-weight: 300;
text-shadow: 1px 1px #fff;
}
.wf-active .site-description {
color: #000;
font-weight: 300;
text-shadow: 1px 1px #fff;
}
.site-branding {
background-color: #fff;
}
body {
background-color: #fff;
}
.site-logo {
transition: all .6s ease-out 0s;
-webkit-transition: all .6s ease-out 0s;
-moz-transition: all .6s ease-out 0s;
}
.site-logo:hover {
opacity: .7;
}
.widget_author_grid > ul > li {
text-align: center;
}
.widget_author_grid .avatar {
margin: auto;
}
.entry-meta {
text-align: center;
}
.entry-content {
text-align: justify;
}
.entry-title {
text-align: center;
transition: all .6s ease-out 0s;
-webkit-transition: all .6s ease-out 0s;
-moz-transition: all .6s ease-out 0s;
}
.entry-title:hover {
background-color: rgba(128,203,189,0.1);
}
.entry-title > a {
color: #d77e91;
}
.entry-title:hover > a {
color: rgba(164,218,208,1);
}
.entry-meta > span {
padding: 5px 8px;
margin-right: 2px;
}
.entry-meta > span > a {
text-align: center;
margin-right: ;
color: #000;
background-color: rgba(116,204,209,0.2);
border-radius: 3px;
padding: 5px 8px;
transition: all .6s ease-out 0s;
-webkit-transition: all .6s ease-out 0s;
-moz-transition: all .6s ease-out 0s;
overflow: hidden;
white-space: nowrap;
}
.entry-meta > span > a:hover {
color: #fff;
background-color: rgba(116,204,209,0.6);
}
.main-navigation, button {
background-color: #80cbbd;
}
And this is what I get when I click "Save & Publish", close the editor and open it again (this is also what is put on the actual website on http://www.squaremileofstyle.com):
#text-7 > .textwidget {
text-align: center;
}
#blog_subscription-3 > #subscribe-blog {
text-align: center;
}
.widget_wpcom_social_media_icons_widget .genericon {
font-size: 2.5em;
overflow: hidden;
white-space: nowrap;
}
#wpcom_social_media_icons_widget-2 {
text-align: center;
}
#text-5 > .textwidget {
text-align: center;
}
#secondary > aside {
margin: 0 0 15px;
padding: 0 0 15px;
border-bottom: 1px solid rgba(0,0,0,0.3);
}
.site-branding a + .site-title {
margin-top: 0;
}
.site-branding, .site-navigation {
padding-top: 20px;
}
.site-title > a {
color: #000;
font-weight: 300;
text-shadow: 1px 1px #fff;
}
.wf-active .site-description {
color: #000;
font-weight: 300;
text-shadow: 1px 1px #fff;
}
.site-branding {
background-color: #fff;
}
body {
background-color: #fff;
}
.site-logo {
transition: all .6s ease-out 0;
-webkit-transition: all .6s ease-out 0;
-moz-transition: all .6s ease-out 0;
}
.site-logo:hover {
opacity: .7;
}
.widget_author_grid > ul > li {
text-align: center;
}
.widget_author_grid .avatar {
margin: auto;
}
.entry-meta {
text-align: center;
}
.entry-content {
text-align: justify;
}
.entry-title {
text-align: center;
transition: all .6s ease-out 0;
-webkit-transition: all .6s ease-out 0;
-moz-transition: all .6s ease-out 0;
}
.entry-title:hover {
background-color: rgba(128,203,189,0.1);
}
.entry-title > a {
color: #d77e91;
}
.entry-title:hover > a {
color: rgba(164,218,208,1);
}
.entry-meta > span {
padding: 5px 8px;
margin-right: 2px;
}
.entry-meta > span > a {
text-align: center;
margin-right: ;
color: #000;
background-color: rgba(116,204,209,0.2);
border-radius: 3px;
padding: 5px 8px;
transition: all .6s ease-out 0;
-webkit-transition: all .6s ease-out 0;
-moz-transition: all .6s ease-out 0;
overflow: hidden;
white-space: nowrap;
}
.entry-meta > span > a:hover {
color: #fff;
background-color: rgba(116,204,209,0.6);
}
.main-navigation, button {
background-color: #80cbbd;
}
Notice how CSS transitions are edited in the way they cannot work