Jump to content

getting some spacing above and below logo on mobile

Featured Replies

Posted

I am trying to figure out how and where to look to give a bit of spacing above and below the logo. On desktop, it has a little spacing but on mobile there is none. Anyone know how to do this or where to look in css?

Not to worry i found it. I have put this in my custom css

@media screen and (max-width: 979px) {
	/* Prevent a floating element from floating on mobile devices */
	#ipsLayout_header > header {
		padding-top: 10px;
		padding-bottom: 10px;
	}

 

Archived

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

Recently Browsing 0

  • No registered users viewing this page.