Nova plantilla interna, header més espaiat.
This commit is contained in:
pare
9fb81ac252
commit
229d6385ba
S'han modificat 2 arxius amb 30 adicions i 1 eliminacions
29
page-nova.php
Normal file
29
page-nova.php
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?php /* Template Name: Nova interior KEA */ ?>
|
||||
<?php get_header();?>
|
||||
|
||||
|
||||
<?php
|
||||
if ( have_posts() ) :
|
||||
while ( have_posts() ) : the_post();
|
||||
?>
|
||||
|
||||
|
||||
|
||||
<div id="principal">
|
||||
|
||||
<div class="post-text-principal">
|
||||
<h1 style="color:#00871d;"><?php the_title();?></h1>
|
||||
<?php the_content();?></div>
|
||||
<div class="post-columna-dreta">
|
||||
<?php dynamic_sidebar( 'lateral-interiors' );?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<?php
|
||||
endwhile;
|
||||
endif;
|
||||
?>
|
||||
<?php get_footer();?>
|
|
@ -205,7 +205,7 @@ nav {
|
|||
|
||||
@media only screen and (min-width: 769px) {
|
||||
|
||||
header {width: 1200px; margin: 0px auto;}
|
||||
header {width: 1200px; margin: 1em auto 0px auto;}
|
||||
#principal {width: 1200px; margin: 0px auto; display: flex; flex-direction: row; justify-content: space-between;}
|
||||
#principal-ke {width: 1200px; margin: 0px auto;}
|
||||
#footer {width: 1200px; margin: 20px auto; display: flex; flex-direction: row; color: #fff;}
|
||||
|
|
Loading…
Referencia en una nova incidència