By Erin Smith on Friday, 29 August 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 346
Votes 0
I am creating my print.css for the printer view of my site. I have the latest blog module on the home page of my site. I need to know the css code to add the my print.css file to make the blog look more clean in printed form. I have added a screen shot below (i know the rest of the page looks horrible, tackling one beast at a time). This is what i would like to do:

- Get rid of the border around the image
- padding between the image and text
- the title to be larger than content text
- minimize the empty space between the title "Company news" and the content
Hello Erin Smith,

Sorry for late reply to this,
Can you provide us with the following information:
1) Joomla backend access
2) FTP access
3) Blog post URL you mentioned at screenshot above.
Please advise.
*You can put the information in the optional information field below(SITE DETAILS). Don't worry about privacy. Only Support team can view the information.
·
Friday, 29 August 2014 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Here are the details. Thank you.
·
Wednesday, 03 September 2014 01:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Erin,

I am sorry for the late reply.
Actually this customization is beyond our support scope because it is depends on your type of browser and browser settings and also your template print.css. However, I give you rough ideas or guide how to implement this in your print.css. For example, I have helped you remove the image border by putting this code in print.css.

.ezb-mod .mod-post-image img{
border: none !important;
}
So to do this, you can inspect the page, copy the modified css and put it in print.css.

We are really sorry but unfortunately this customization takes quite a bit of time and unfortunately we would not be able to further assist you with this as per our support policy, http://stackideas.com/support ,

Hope you understand.
·
Wednesday, 03 September 2014 13:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post