Jump to content

Center logo?


karld

Recommended Posts

Posted

on globalTemplate  

find 

			<div class='ipsLayout_container'>
				{advertisement="ad_global_footer"}
				{template="footer" app="core" group="global" params=""}
			</div>

replace with

			<div class='ipsLayout_container' align='center'>
				{advertisement="ad_global_footer"}
				{template="footer" app="core" group="global" params=""}
			</div>

 

Posted
25 minutes ago, karld said:

Hi does anybody know where to edit to center the logo in the header on the default theme?

There is an easy way. Add in your Custom css

#elLogo img {display: block; margin-left:auto; margin-right:auto; }

 

  • 7 months later...
Posted

I can't tell you how many times I find a thread like this, I read the first question... try the first answer... nothing happens. I'm like "what?" ...check the post afterwards

On 4/19/2016 at 2:04 PM, karld said:

That hasn't done anything?

smh...

I feel like these threads should have the best answer at the top haha I can't tell you how much time I've wasted doing that haha

  • 2 months later...
Posted
On 4/19/2016 at 2:13 PM, Adlago said:

There is an easy way. Add in your Custom css


#elLogo img {display: block; margin-left:auto; margin-right:auto; }

 

I added that...but my logo is still to the left.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...