forked from LiveCarta/LiveCartaWP
LAW-3703
This commit is contained in:
@@ -89,6 +89,14 @@ body {
|
||||
margin: 0;
|
||||
padding: 0; }
|
||||
|
||||
.th-header {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
width: 0; }
|
||||
.th-header h1 {
|
||||
display: inline-block; }
|
||||
|
||||
.wrapper {
|
||||
display: block;
|
||||
position: relative;
|
||||
@@ -2553,13 +2561,13 @@ footer {
|
||||
@media (min-width: 769px) {
|
||||
.main-page .faq-answer .answer-cont {
|
||||
padding: 22px 55px; } }
|
||||
.main-page .faq-answer h4 {
|
||||
.main-page .faq-answer h4, .main-page .faq-answer h1 {
|
||||
font-size: 18px;
|
||||
color: #7b724e;
|
||||
font-weight: 100;
|
||||
margin: 0 0 15px -10px; }
|
||||
@media (min-width: 769px) {
|
||||
.main-page .faq-answer h4 {
|
||||
.main-page .faq-answer h4, .main-page .faq-answer h1 {
|
||||
margin: 0 0 25px -30px; } }
|
||||
.main-page .faq-answer .answer-text {
|
||||
font-weight: 100;
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -88,7 +88,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
||||
if ($slug != 'publish-your-book'):?>
|
||||
<header>
|
||||
<div id="header-menu" class="cont">
|
||||
<a href="<?= site_url(); ?>" class="main-logo"><img src="<?= get_theme_file_uri('/assets/img/logo.png'); ?>"></a>
|
||||
<a href="<?= site_url(); ?>" class="main-logo"><img alt="Logo" src="<?= get_theme_file_uri('/assets/img/logo.png'); ?>"></a>
|
||||
|
||||
<?php
|
||||
if (has_nav_menu('top')) {
|
||||
|
||||
@@ -30,6 +30,9 @@ if ($tIds !== false) {
|
||||
|
||||
?>
|
||||
<div class="content no-pb">
|
||||
<div class="th-header">
|
||||
<h1>FAQs</h1>
|
||||
</div>
|
||||
<div class="main-page">
|
||||
<div class="faq-search">
|
||||
<div class="cont">
|
||||
|
||||
@@ -32,7 +32,7 @@ $post = $posts[0];
|
||||
<div class="faq-answer">
|
||||
<div class="cont">
|
||||
<div class="answer-cont">
|
||||
<h4><?= $post->post_title?></h4>
|
||||
<h1><?= $post->post_title?></h1>
|
||||
<div class="answer-text">
|
||||
<?= $post->post_content?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user