Hello, how customize that element please ?

  • Thread starter Thread starter Deleted member 10469
  • Start date Start date
D

Deleted member 10469

Guest
Hello, how custom this element please ?

172D3.jpg


==>

172Dn.jpg


Thank :)
 
I am unsure what you want to achieve? Do you want to disable the editor buttons? Change the background on the textfield?

Generally speaking, styling the editor is very difficult and time consuming.
 
Thank :)

By cons, I have an alignment problem that I just do not know where :/

good:
17dGx.jpg



bad :

17dH5.jpg


What that is aligned to the left please?

My website: http://totalwarfrance.com
Test account:
user: Test
pass: TestTest

I found it missing :
Code:
.xenForm
{
    margin: 10px auto;
    width: 750px;
}

I can add extra.css, I do not know or it was removed alone.
 
Can't tell exactly where the problem is but I do see

Code:
.xenForm .ctrlUnit.fullWidth dd .textCtrl, .xenForm .ctrlUnit.fullWidth dd .explain, .xenForm .ctrlUnit.fullWidth dd .mceLayout
{
margin-left: 30px;
}

Not sure but its a margin issue, so you need to revert any changes you have done previously.
 
I found it missing :
Code:
.xenForm
{
    margin: 10px auto;
    width: 750px;
}

I can add extra.css, I do not know or it was removed by default.
 
17e1X.jpg


Yet it is already present in form.css and I have not touched on the margins .XenForm in my extra.css. I do not understand, it is as if something crashed that piece of code in the main template.
 
Top Bottom