mihirgovind
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove empty block below the headerOk,sorry for the inconvenience caused.
Forum: Fixing WordPress
In reply to: How to remove empty block below the headerThis change even I can notice. But this is not what I wanted. Go to this link https://kmihir.com/about/ here, you can see blank space between the line after the header and ‘About’. This has to be removed
Forum: Fixing WordPress
In reply to: How to remove empty block below the headerHey Andrew,
I just did that. Its only affecting the home page where now there is no gap between the line below the title and the master slider. I can still see an empty block on other pages. I even tried putting random numbers like 100px, 50px on that code. But it didn’t work. I think there is some other underlying issue. Its noteworthy here that I used the following code in header.php for the master slider in the home page. Is it having some effect?<?php if ( is_home() ):?>
<?php masterslider(1); ?>
<?php endif; ?>
</br>
</br>
<?php if( ! is_front_page() ) : ?>
<div id=”content” class=”site-content”>
<div class=”container”>
<?php endif; ?>Forum: Fixing WordPress
In reply to: How to remove empty block below the headerThat seems to make no difference. Can you be a bit more specific?
.site-header {
margin-bottom: 10px;
}The above mentioned code needs to be entered below the following code right –
.site-header {
margin-bottom: 80px;
}This is not affecting it. Further, replacing 80px by 10px is also not solving the problem
Forum: Fixing WordPress
In reply to: Title Split into Two lines instead of OneYeah, finally it worked ??
And, the slider does appear perfectly in the home page. But, what I am saying is that once I go to any other page ( be it any of the Posts or the About Page) then I see blank space between the header and the content. That is what I wish to remove.Forum: Fixing WordPress
In reply to: How to create a Child Theme?How do I create a child theme directory?
Forum: Fixing WordPress
In reply to: Title Split into Two lines instead of OneAlso, Davor ; I have integrated a master slider in header.php so that it appears on the home page. But, the About page also shows an empty block in the region where the master slider was supposed to be if it were present there. How can I remove the empty block ?
<?php if ( is_home() ):?>
<?php masterslider(1); ?>
<?php endif; ?>
</br
Forum: Fixing WordPress
In reply to: Title Split into Two lines instead of OneThat didn’t work. What I want is that the Title (Solving the Intricacies of Life) and the Tagline below it (Life rocks…) should be placed at the centre of the screen (in the upper region, of course)
Forum: Fixing WordPress
In reply to: Title Split into Two lines instead of Onethank you so much Davor. That worked. I will be glad if you could also tell me how to align it to the center.
Forum: Fixing WordPress
In reply to: Title Split into Two lines instead of OneI just did that. It doesn’t work. No changes. Do I need to make any changes at the following options that appear alongside the CSS Editor under Publish – PreProcessor, Addon, Mobile Compatible, Media Width