Customize Native Child Theme in Ojs 3

Can you post a link to the journal where you’d like to change this?

See also cross-posting here:

Please only post your question in one topic, otherwise we end up duplicating our time answering both.

Hi @NateWr
Sorry for asking again about customizing footer.

First, I want to put the brand content to the bottom-center, so I can add any information to the left side.
I tried this code,

.pkp_brand_footer {
float:bottom;
position; center;
width: 30%;
padding-bottom:10px;
padding-top: 50px;

But it puts the brand content to the bottom-left under left footer content.
Second, how I add another footer content to be placed in the left side?

Thanks a lot

@kawahyu can you please open a new topic for your question? It’s hard to keep track of all of these questions in one topic. Feel free to tag me, @NateWr, in your new topic so I can see it.

(ps - your CSS looks malformed. Provide a link to your journal in your topic so I can take a look.)