[ seeking for help ]

** TEXT EDITION **

Good afternoon everyone, I’m new to OJS and I have some questions if you can answer me it would be very grateful.

I’m having problems editing texts both in the portal configuration and in the magazines.

I know how to code and I know HTML, CSS and Javascript

I would like you to help with this. I’ve been banging my head for weeks to solve this. By the way thank

AND I ALSO REMOVED THE PLUGIN WITHOUT INTENT AND CANNOT INSTALL IT.

OJS 3.3.0.13 VERSION

Hi @IT_Departament

Could you please describe what assistance you need exactly? What are you editing and which plugin have you uninstalled ?

Best,
Israel

I need justify text into my input field begin to “About the Portal”


I unstalled the pattern plugin to edit text Tiny and more something after (i forgot the after tiny)

@israel.cefrin how are ok? would you help me with this issue?

I use the following CSS codes to justify text in my journals:

/* justify text, abstract, author bios, references, main texts*/

.obj_article_details .abstract {
text-align: justify;
}

.obj_article_details .author_bios {
text-align: justify;
}

.obj_article_details .references {
text-align: justify;
}

.pkp_structure_main p {
text-align: justify;
}

@kerimsarigul where do i put (paste) this code?

You can find detailed information about CSS here
https://docs.pkp.sfu.ca/designing-your-journal/en/creating-stylesheet.html#use-a-text-editor

Thanks a lot for the help sir @kerimsarigul . i’m newbie with OJS. And I have a doubt that is here [How add file to dowload] if you could help it would be very grateful.