• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

How to move my logo

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › How to move my logo

This topic is: resolved

Tagged: header image, site-header

  • This topic has 3 replies, 2 voices, and was last updated 8 years, 9 months ago by Brad Dalton.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • September 3, 2016 at 7:17 am #192544
    Nenad
    Member

    I bought Magazine Pro Theme...i'm wondering how do i change the position of my logo, from the middle of the header to the left?.

    http://invertedfootball.net/
    September 3, 2016 at 8:42 am #192545
    Brad Dalton
    Participant

    On line 1259 of your style.css file you'll find the following CSS rule:

    .header-image .site-title a {
    	background-position: center !important;
    	background-size: contain !important;
    	float: left;
    	display: block;
    	min-height: 90px;
    	text-indent: -9999px;
    	width: 100%;
    }
    

    You can remove this declaration

    background-position: center !important;
    

    You can then add it back to your Media Queries if you want it centred on small screens

    @media only screen and (max-width: 1139px) {
    
        .header-image .site-title a {
    	background-position: center !important;
    	background-size: contain !important;
    	float: none;
    	display: block;
    	min-height: 90px;
    	text-indent: -9999px;
    	width: 100%;
        }
    
    }
    

    Tutorials for StudioPress Themes.

    September 4, 2016 at 5:30 am #192562
    Nenad
    Member

    Thanks it worked perfectly.

    September 4, 2016 at 5:39 am #192565
    Brad Dalton
    Participant

    Try this http://my.studiopress.com/snippets/footer/#custom-footer


    Tutorials for StudioPress Themes.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble