Nice site. But I think you should add more content.
Thread Starter
Rich
(@reb6672)
Thanks!! I’m working on that now.
Yes, really good appearance, but too little content.
Good color combination, nice site
Try to improve site loading speed. It is very slow
you can check speed on Page Speed Insights by Google
Add more content to site.
Add contact form.
Change fonts as it is not looking good in FF
Hi,
I am having an issue with uploading images to my website (gospelartistnews.co.za)
I have changes the permission to 644 and still it’s the same.
I discover the pictures are in the media library but when I upload it shows error and it does not allow me use the pix for posts or anything.
Please help
Speed if fine but could be better . Check out on gtmetrix
Thread Starter
Rich
(@reb6672)
Thanks for all the feedback! I’m starting to get the hang of this stuff. Looks like I wasn’t optimizing my pictures very well.
Hi,
If you move your text logo to the center,then it will be much better.
And, the tagline under it.
– You can use this custom css to make it center aligned:
h1.site-title {
float: none;
text-align: center;
padding-bottom: 0;
}
p.site-description {
float: none;
text-align: center;
padding: 0;
}
– Also, this is for centered navigation menu:
div.nav-wrap {
text-align: center;
}
Note: You can add the above css codes to the end of the style.css file by navigating to Appearance > Editor > style.css
Second way: Jetpack plugin has custom css functionality.
Thanks
Thread Starter
Rich
(@reb6672)
Silver, thank you so much for that!!! I did the changes you recommended and I agree…it gives it a much better feel to it.
And thanks for the code and jetpack tip. Made it really simple.