By Daniel Regli on Tuesday, 21 June 2016
Posted in General Issues
Replies 8
Likes 0
Views 373
Votes 0
Hi I would like to increase the bottom-padding title of the blog-modul. How can I set that?

Thanks a lot!
Tabea
Are you familiar with CSS overrides?
http://stackideas.com/docs/easyblog/administrators/customizations/template-overriding
https://www.joomla-monster.com/blog/customization/the-best-way-to-add-custom-css-styles-to-joomla-3-template

Essentially you'll use your browsers Inspect feature (Chrome: right-click>Inspect), look for the styling to modify, make your desired changes, and copy over your custom styling to /templates/[current_template]/css/custom.css.
·
Wednesday, 22 June 2016 11:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Daniel,

You can apply this following css into your current template e.g. JoomlaFolder/hpneu/templates/yoo_eat/css/custom.css
Or David suggested that css template override method.

div#fd.eb .mod-item+.mod-item {
padding-top: 25px !important;
}


By the way thanks for sharing David
·
Wednesday, 22 June 2016 15:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi There


We use your EasyBlog on our Webpage since 1 Year. It works good until the last updates. (Our Custom-Changes in the custom.css would be ignored.) However. Now we do the update and reintegrate the EasyBlog to our Webpage. Now we have some questions:

2. Is it possible to change the Author & Title of the latest Blog on our Home-Site to a similar one like the other Headlines on the Page? My College Tabeal do it last time via custom.css but thats not very convinient, Every update something doesn't work....
Is there a other way to solve this?
·
Tuesday, 16 May 2017 15:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Daniel,

Honestly i am a bit confused of what exactly you wanted to achieve here. Maybe you can explain more on what exactly you wanted to achieved here, or maybe provide us with other links or attachment to have better picture on this issues.

Please advice.
·
Tuesday, 16 May 2017 15:42
·
0 Likes
·
0 Votes
·
0 Comments
·
On our Frontpage the Title and the Author of a Post would be displayed orange and bold with a hoover. It looks very bad & nasty compared to the other Titels on our Page (o.E. directly right to the Latest Blog Modul you will see 3 standard Modules with a Title). Is it possible to customize such titles?

I now, that Tabea talks to the support for the same problem a while ago. They found a solution and put some code in the custom.css. Thats a good solution if you do no updates. In the last update from EasyBlog ignores the settings in the custom.css. So Maybe there is a other way to change the such settings
·
Tuesday, 16 May 2017 17:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You should consult with your current template service provider regarding this and see how it goes as those template have changed those current view and all those colors set on your site. It would be best if you can consult with them first and keep us updated regarding this issue.

Thanks for your understanding
·
Tuesday, 16 May 2017 19:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

Ok, Thanks for your input.
But how is my service provider? what kind of template is that (HTML & CSS) ? Where could i found this template-Files?
We maintain our page by ourself

kind regards
·
Wednesday, 17 May 2017 15:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Daniel,

There are some minor structural changes between EasyBlog 5.0 and 5.1. You can read more and adapt to the change here, https://stackideas.com/docs/easyblog/administrators/upgrades/updating-css-override
·
Wednesday, 17 May 2017 16:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post