Hi Enfold-support !
I want to center the Iconlists on the mentioned website.
I guess I have to do it with the custom css.
In which file do I have to place my custom css?
Thanks and cheers
Marc
Hey mw75!
Drag a codeblock element to your page content and add this inside.
<style type = "text/css">
.avia-icon-list {
margin: 0 auto;
width: 250px;
}
</style>
But I think a better way would be to use a grid row element and add empty columns to either side of them.
Best regards,
Elliott
Hi Elliott,
thanks for helping!
As I use an oler version of Enfold and cannot upgrade without further
issues – the grid row element is not at my disposal.
So I have to use the first option.
However this does not work somehow.
If I apply the styles from within the inspector it works great.
As soon as I use a code block element and apply the style in it it does
not work :-(
Any idea why this could be?
Cheers
Marc
Hi!
what if you put the code into Quick CSS field or custom.css? clear browser cache and hard refresh a few times. If it does not work send us admin access and we take a look. Post login details here as private reply.
In the long term you need to upgrade your Enfold version, otherwise at some point your website won’t work anymore I think.
Regards,
Andy
Hi,
You are using a fairly old version of the theme, 2.9.2 and the latest version of the theme is 3.3.2. You have a Quick CSS field under Enfold–>General Styling at the bottom of the page. You should really consider doing the appropriate changes so that you can update the theme, otherwise you are running the risk of it not being compatible with newer versions of WordPress.
Best regards,
Rikard