By Brett on Thursday, 04 December 2014
Posted in General Issues
Replies 5
Likes 0
Views 362
Votes 0
Hey Guys

Where do I edit the CSS to reduce the white space above the blog post title. I've attached an image and highlighted the area i'm wishing to reduce. Any help appreciatted
Hi Brett,

Can you provide us with Joomla backend and FTP access inside the Site Details so that we can directly help you with this.

Do provide us with the direct link on which particular page that you mentioned in the screenshot.
·
Thursday, 04 December 2014 12:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for the help. Ive hit another problem as well.

I've connected three single category blogs to the menu and want to remove the section that I have circled in the new attachment as well as reduce the white space in the original attachment.

Thank you very much for your help. I've tried to make the changes myself but have hit a wall
·
Thursday, 04 December 2014 15:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Brett,

I have apply the fix change in your website corresponding with your requirement. You can check your website and see if the fix is applied.
What we did is we put custom.css inside your css file under wanderer template file and applying this code :


#ezblog-detail .profile-head {
display: none !important;
}

#eblog-wrapper #ezblog-posts .blog-post {
padding: 1px !important;
}

div#ezblog-detail {
display: none !important;
}


The code will override the original css file and will be display on front end.
Hope this will help
·
Thursday, 04 December 2014 16:30
·
0 Likes
·
0 Votes
·
0 Comments
·
It looks great. Thank you very much for your help.

Amazing support
·
Thursday, 04 December 2014 17:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

You're most welcome Brett
·
Thursday, 04 December 2014 17:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post