assets/css/blog.css in appscms-tools-theme-3.3.1 vs assets/css/blog.css in appscms-tools-theme-3.3.2

- old
+ new

@@ -6,11 +6,11 @@ html { scroll-behavior: smooth; font-size: 62.5%; } body { - font-family: 'Open Sans', sans-serif !important; + font-family: "Open Sans", sans-serif !important; } a { text-decoration: none !important; } img { @@ -177,11 +177,11 @@ z-index: 1; } .alertbar form { display: inline-block; } -.alertbar input[type='email'] { +.alertbar input[type="email"] { font-size: 0.85rem; padding: 3px 40px 3px 10px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; border: 1px solid #ddd; @@ -190,11 +190,11 @@ height: 34px; letter-spacing: 0.5px; margin-left: 5px; outline: 0; } -.alertbar input[type='submit'] { +.alertbar input[type="submit"] { background-color: #1c9963; border: 1px solid #1c9963; color: #fff; fill: #fff; font-size: 12px; @@ -311,11 +311,11 @@ } .author-meta .postName { font-size: 18px !important; color: rgba(0, 0, 0, 0.8) !important; text-decoration: none !important; - font-family: 'Merriweather', serif; + font-family: "Merriweather", serif; } .btn_follow { margin-left: 5px; margin-bottom: 10px; border-color: #02b875; @@ -326,11 +326,11 @@ font-size: 1.5rem; display: inline-block; border: 1px solid; } .author_bio { - font-family: 'Merriweather', serif; + font-family: "Merriweather", serif; color: rgba(0, 0, 0, 0.44); font-size: 13px; line-height: 20px; } /* close */ @@ -486,6 +486,23 @@ margin-top: 10px; } .small_description { font-size: 25px; } +} + +.appscms-sidebar-right, +.appscms-sidebar-left { + min-width: 200px; + max-width: fit-content; + height: 100px; + min-height: 300px; + max-height: fit-content; + top: 150px; + position: fixed; +} +.appscms-sidebar-left { + left: 0; +} +.appscms-sidebar-right { + right: 0; }