GavickPro / Meet-GavernWP

Meet GavernWP is a responsive free Wordpress theme
35 stars 23 forks source link

Border #255

Closed pinkkloud closed 10 years ago

pinkkloud commented 10 years ago

There is a white border around the header/whole site. How do I remove that? I want the header background colour (#000000) to extend all the way to the top, left and right edges.

dziudek commented 10 years ago

Hi,

Sorry, but I don't understand - could you send me a screenshot with your problem?

pinkkloud commented 10 years ago

screenshot

pinkkloud commented 10 years ago

Also - one more question. My homepage pulls up the blog posts. Is there any way to make them show up with author, comments, etc. without having to click on the blog title?

dziudek commented 10 years ago

This website is somewhere online? Because in the original code I don't see any reason for this border appearing. Could you provide me an URL?

Regarding your second question: you can edit line:

<?php if(!(is_tag() || is_archive() || is_home() || is_search())) : ?>

in the function gk_post_meta in the /gavern/helpers/helpers.layout.fragments.php file.

pinkkloud commented 10 years ago

Hi. Here is the site (it's not live yet). [cut]

dziudek commented 10 years ago

Please immediately change the username and password to the administrator area due possibility of the password leak and then send me an e-mail with new data to dziudek[at]gavick[dot]com

dziudek commented 10 years ago

In the template.css file please remove the following line from the body selector properties (around line 35.):

padding: 5px 5px 5px 5px;