Hi unfortunately and for a few days I have been trying to center the content of the pages, but there is a css rule that does not allow me to do so.
.e93-39 {margin-left: 0px! important;}
How can I do?
Hi unfortunately and for a few days I have been trying to center the content of the pages, but there is a css rule that does not allow me to do so.
.e93-39 {margin-left: 0px! important;}
How can I do?
Hi Maria,
Thanks for reaching out.
It seems that the default margin value has been overridden by the custom CSS code mentioned by you. I would suggest you remove the code to get rid of this problem you are having. If you are not able to find the CSS code, you can add the following code into the Customize > Element CSS of that specific element to override the previous code.
$el
{
margin-left: auto !important;
}
Hope it helps.
Thanks
Not Work you edit
I use the layout “Lower” this is the general css
http://exensya.com/aram/lawer-css.txt
why with a paid theme i find it difficult to center the text on a page?
Hi Maria,
I have checked your site before and found that the custom CSS code is the reason behind your issue, I also checked custom CSS code adding through the Browser Debugger tool which works too.
Please remember you need to remove the CSS code from Theme Options > CSS or Page CSS or ELement CSS. Even you need to add the code to any of the options given.
Hope it helps.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.