Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
Container added for layout-top-nav and styles updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
erhankilic committed Aug 27, 2017
1 parent 92c1c2f commit 136ee51
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion footer.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

<?php if (get_option('theme_layout') == 'layout-top-nav' || get_option('theme_layout') == 'layout-top-nav fixed') : ?>
</div>
<?php endif ?>
</section>
<!-- /.content -->
</div><!-- /.content-wrapper -->
Expand Down
3 changes: 3 additions & 0 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,6 @@ class="fa fa-linkedin"></i></a></li>
<!-- Main content -->
<section class="content">
<!-- row -->
<?php if (get_option('theme_layout') == 'layout-top-nav' || get_option('theme_layout') == 'layout-top-nav fixed') : ?>
<div class="container">
<?php endif ?>
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ h6 {
padding: 0 5%;
}

#post > .col-md-12 > .box.box-widget > .box-body #comment {
max-width: 100%;
}

#post > .col-md-12 > .box.box-widget > .box-body > .box.box-widget > .box-body.box-profile {
padding: 35% 0 0 0;
background-position: center;
Expand Down Expand Up @@ -438,4 +442,9 @@ pre {
#carousel img {
height: 300px;
}

.content, .content > .container {
padding-left: 0;
padding-right: 0;
}
}

0 comments on commit 136ee51

Please sign in to comment.