This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

iPad Logo Image & Landscape view

Open 1 reply themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hey,

Love the theme and it’s working great on computers and mobile devices. I had some issues on the Ipad, and added the code below from viewing other threads to my style.css and it fixed most of my issues.

Now the only issue that I’m having is that the logo Image isn’t loading on the iPad and when I rotate to landscape view part of my header text is covered.

Any ideas?

/* Vantage increase support text breakpoint */
@media screen and (max-width: 960px) {
body.responsive header#masthead hgroup .support-text, body.responsive header#masthead hgroup #header-sidebar {
position: static;
display: block;
margin-top: 30px;
max-width: 100%;
}
}
@media screen and (max-width: 960px) {
body.responsive header#masthead hgroup #header-sidebar {
	position: static;
	display: block;
	margin-top: 30px;
	max-width: 100%;
}
header#masthead hgroup .logo {
	float: none !important;
	text-align: center;
	width: 100% !important;
}
header#masthead hgroup h1 {
	text-align: center !important;
}
}

URL: http://realigrp.com

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 5 months ago

    Hi eidonije

    Thanks for running Vantage.

    A quick reminder that any changes to theme files like style.css will be lost during theme update. Custom CSS snippets should be placed under Appearance > Custom CSS if you’re running Vantage Premium or in your own Custom CSS module, Jetpack Custom CSS for example: http://jetpack.me/support/custom-css/

    There is some repetition in the CSS you’ve listed. Perhaps you can start from the beginning and let me know what you wanted done, I’ll hopefully be able to help from there.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread