Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit f5c6425

Browse files
!!! #402 Applay siteorigin style only when siteorigin template is used
1 parent 7fb5a2f commit f5c6425

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3356,20 +3356,20 @@ article .posted-on a:hover{
33563356
-----------------------------------------*/
33573357

33583358
.siteorigin-panels.page-template-template-fullwidth-no-title .content-left-wrap {
3359-
padding-top: 0;
3359+
padding-top: 0;
33603360
}
33613361

3362-
.siteorigin-panels .type-page .entry-content {
3363-
margin-top: 0;
3362+
.siteorigin-panels.page-template-template-fullwidth-no-title .type-page .entry-content {
3363+
margin-top: 0;
33643364
}
33653365

3366-
.siteorigin-panels article.hentry{
3366+
.siteorigin-panels.page-template-template-fullwidth-no-title article.hentry{
33673367
margin-bottom: 0;
33683368
padding-bottom: 0;
33693369
border-bottom: none;
33703370
}
33713371

3372-
.siteorigin-panels .hentry {
3372+
.siteorigin-panels.page-template-template-fullwidth-no-title .hentry {
33733373
margin: 0;
33743374
}
33753375

0 commit comments

Comments
 (0)