Skip to content

Commit

Permalink
change align style on static pages--section sn-hero-info-bg
Browse files Browse the repository at this point in the history
  • Loading branch information
sanengineer committed Sep 3, 2020
1 parent 5373110 commit fed2a59
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 33 deletions.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<?php if(!is_page_template( 'blank-page.php' ) && !is_page_template( 'blank-page-with-container.php' )): ?>
<header id="masthead" class="site-header navbar-static-top <?php echo san_wp_bootstrap_bg_class(); ?>" role="banner">
<div class="container">
<nav id="snnav" class="navbar navbar-expand-xl snupperenav" >
<nav id="snnav" class="san-top-nav navbar navbar-expand-xl snupperenav" >
<div class="navbar-brand">
<?php if ( get_theme_mod( 'san_wp_bootstrap_logo' ) ): ?>
<a href="<?php echo esc_url( home_url( '/' )); ?>">
Expand Down
101 changes: 72 additions & 29 deletions inc/assets/css/presets/theme-option/card.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<div class="sn-home-content">
<div class="sn-home-content-wrapper">
<div class="container">
<div class="row justify-content-center">
<section id="heroBig" class="sn-hero-info-bg hero-bg-image">
<div class="row justify-content-center pb-5">
<section id="heroBig" class="sn-hero-info-bg hero-bg-image text-center py-5">
<!-- <div class="sn-hero-content"> -->
<div class="sn-hero-logo">
<img src="<?php echo esc_url(get_theme_mod( 'san_wp_bootstrap_logo' )); ?>" alt="logo-blog">
</div>
<!-- <div class="sn-hero-descript"> -->
<h1 class="sn-hero-title-blog"><?php printf (get_bloginfo( 'name' )); ?></h1>
<p><?php printf (get_bloginfo( 'description' )); ?></p>
<div class="blog-description"><?php printf (get_bloginfo( 'description' )); ?></div>
<!-- </div> -->
<!-- </div> -->
</section>
Expand Down

0 comments on commit fed2a59

Please sign in to comment.