Post header alignment issue

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Wed Sep 16, 2015 10:46 pm
When creating a new post, under the "post additional params" I changed the "show date" option to "disabled." Now the date is gone from the post, but now there is an awkward space in the post title. How can I go about shifting the title over to the left (as shown below)?

header example.JPG
User avatar
Fresh Boarder

GK User
Wed Sep 16, 2015 10:51 pm
Hi,

Could you please provide me with a URL to your page with this issue, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Sun Sep 20, 2015 10:48 pm
Try to add the following custom css code:
Code: Select all
#gk-mainbody article > header {
   padding-left: 0;
}

into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

You can also use any custom css plugin or the style.css file (if you are using child theme)
User avatar
Moderator

GK User
Tue Sep 22, 2015 5:21 pm
Worked like a charm! Thank you!
User avatar
Fresh Boarder


cron