Jump to content

2 px gap between logo and tabs

Featured Replies

Posted

1 How can I do this ?

2 Is there a way to tab looks better - simple but looks good - suggestions will be great help 

Regards

Saurabh

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; }

 

 

 

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

problem is with orientation on iPhone gap is there with phone being held normally, the gap is not there when holding the phone sideways

 

 

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

  • No registered users viewing this page.