We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Logo - Fortumo Pro Billing | Forum

OW-Ghost
OW-Ghost Aug 28 '18
Hello


i see something that i not like. the button for pick mobile payment is on top over the logo?
and my stripe payment have the button on the right side? it looks not good at all...please look screen shot provided


and i feel the logo is very big compare to my stripe logo?


Ow-ghost

Attachments:
  mobile payment.png (35Kb)
ArtMedia
ArtMedia Aug 28 '18

you can change logo image on plugin dir - static/img


maybe in next version add option to upload own selected logo

OW-Ghost
OW-Ghost Aug 28 '18
if i make the logo little bit smaller ,maybe the small button will bee on left side. 


I will test that later make it smaller

OW-Ghost
OW-Ghost Aug 28 '18
Maybe some css quick fix would help to make the logo smaller and button on left side? i not good at css 
The Forum post is edited by OW-Ghost Aug 28 '18
ArtMedia
ArtMedia Aug 28 '18

you can define max-width and max-height to gateway images


.ow_billing_gateways img {

max-width: 200px;

max-height: 50px;

}

OW-Ghost
OW-Ghost Aug 28 '18
Thanks that css was help a lot :)


BUT i was change one problem to another , now i can not see the text "mobile payment" in the logo it is to small 


hmmm


anyways i will see if i can replace the logo or make the text in the logo imgage bigger some how

OW-Ghost
OW-Ghost Aug 28 '18

.ow_billing_gateways img {

max-width: 250px;

max-height: 100px;

}



was working much better :)


Thanks!

You do not have permission to reply this topic