cancel
Showing results for 
Search instead for 
Did you mean: 

How change view of the Wiki page in browser.

scdhome
Champ in-the-making
Champ in-the-making

The build in Wiki module is fine to use, but when you save the page all the text is as far as it can oriented to the left of the browser. Is their a possibility to bring the text (view) more to the right ?

I mean is their a way to give the page on the left more white column so the wiki view is more comfortable to seen.

In the attached picture you can see what I mean.

The left area is the originial MediaWiki page and the right area is the same tect in de Alfresco Wiki.

Wiki versus Alfresco Wiki


Regards,

Eric

1 REPLY 1

davidcognite
Star Contributor
Star Contributor

Those styles are all controlled by CSS in Share, so are fairly simple to extend.

One way to do it would be to extend the wiki component to add in an additional CSS file, alternatively, you could create a new theme which would allow you to tweak CSS across Share.

There's a help page here on creating your own theme: Adding a custom Share Theme | Alfresco Documentation 

The CSS you'll probably want to modify is in this file, but that can be overridden by styles in your new theme's presentation.css: share/wiki.css at master · Alfresco/share · GitHub