Site logo

Archived topic

I can't add a text with padding on my blog page.

6 replies · Started by Terrell Jerry on June 26, 2017

Viewing posts 1–7 of 7

My container text and sidebar sections aren't level across the top. Also, I can't add text to my blog page like the other pages about and contact page.

My website is https://zippsurge.com

Hi there,

The alignment problem is causing by an empty paragraph in that first widget.

You can try to delete that or use this CSS:

.inside-right-sidebar .textwidget p {
    margin-bottom: 0;
}

As for inserting the content in blog page, it's an index page so you would have to use GP hooks:
https://docs.generatepress.com/article/hooks-overview/
http://demo.generatepress.com/hook-locations/

With conditional statement:

<?php if ( is_home() ) { ?>
    content for blog page only
<?php } ?>

I trying to use page header to make it look like the about page and contact page on my website but it not working right.

Its still not showing the text on the about page.Example my about page and contact page has a text About and Contact under the navagation.

Got it sorry kinda slow to this website back office! Thanks for responding back so quick!

No problem!

This archived topic is closed to new replies.