Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1455475
    #1455721

    Hey Rolf,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	.responsive #top .logo.avia-standard-logo {
    		left: 37%;
    		position: relative;
    	}
    }
    @media only screen and (min-width: 768px) and (max-width: 989px) { 
    	.responsive #top .logo.avia-standard-logo {
    		left: 43%;
    		position: relative;
    	}
    }
    @media only screen and (min-width: 1200px) { 
    .logo.avia-standard-logo {
    	  left: 20%;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1456778

    vielen danke, funktioniert perfekt

    #1456903

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.