Jump to content

2 px gap between logo and tabs


Saurabh Jain

Recommended Posts

Posted

You can add some padding to the bottom of the logo if you would like using custom.css

Add this, adjust 10px to what works best for you.

#elLogo img {
     padding-bottom: 10px; }

 

 

 

Posted
2 hours ago, Rhett said:

You can add some padding to the bottom of the logo if you would like using custom.css

Add this, adjust 10px to what works best for you.


#elLogo img {
     padding-bottom: 10px; }

 

 

 

Nominating this for Theme Tip of the Week

Posted

This worked for me

ACP> Customization> Theme> </> > CSS tab> custom.css

Add this and adjust to your specs--

.ipsLayout_container {
	padding: 0;
	margin: -5px auto;
}

 

 

Archived

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

  • Recently Browsing   0 members

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