Jump to content

Help to centralize the logo of my forum (Invision 4.5.3)


AGUI

Recommended Posts

Hello from Portugal! I'm new here, I apologize in advance for any breach of rules that I may commit due to mishap.

Well, I would like to centralize the logo of my forum, if this is possible in the version 4.5. Before the recent update, the logo centered with the code "text-align: center". I leave the forum link below:

https://forum.atelevisao.com/

Since now I thank you for any attempt to help.

Link to comment
Share on other sites

you can always look around the forums for this it was answered for other members but her try this

a.logo{
    height: {theme="ipsf_logoHeight"}px;
    color: {theme="ipsf_logoColor"};
    font-size: {theme="ipsf_logoSize"}px;
    text-decoration: none;
	line-height: 1;
    max-width: 100%
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

 

when I load your site, I was like a vampire, slept for thousands of years and just now is my first glimpse of light haha.

Link to comment
Share on other sites

9 hours ago, mr-pimpen said:

you can always look around the forums for this it was answered for other members but her try this


a.logo{
    height: {theme="ipsf_logoHeight"}px;
    color: {theme="ipsf_logoColor"};
    font-size: {theme="ipsf_logoSize"}px;
    text-decoration: none;
	line-height: 1;
    max-width: 100%
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

 

I looked around the forums, however I didn't discover indications to this new Invision version.

Thank you for the attemp, but unfortunately it didn't result.

Link to comment
Share on other sites

Hello @AGUI, your forum looks currently like this:

ysNy6MI.png

If you really want to center your logo, it will look like this:

KEN4sOv.png

 

Add this line to your custom.css:

#elSiteTitle, #elLogo { margin: 0 auto; }

That's how easy it is! :)

Please no more private messages, mentions or anything like that. I don't offer any support at the moment.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...