Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @inac

    I think it will be best for you to contact the theme developer to ask to assist with the modifications, however you can acheive some changes with editing the website’s CSS but in some cases the modifications might disspaear again if you upgrade the theme..

    You will need a plugin like Jetpack to add Custom CSS or maybe your theme has the functions. I had a quick look and if you this to your CSS it will already help. Maybe also center your logo on the image itself, it currently has a lot more white space at the bottom.

    Try these CSS:

    .masthead .branding-menu {
        text-align: left;
        padding: 20px !important;
    }
    
    .home .masthead .branding-menu, .masthead .branding-menu {
        padding: 20px;
    }

    @inac: Sorry, you’re using a premium/paid theme. It’s best to go to the support site where you bought the theme for help with customizations and issues. You paid for support when you bought the theme, so you should contact the people who sold you the theme.

    These forums are for free themes available in the WordPress theme directory at http://wordpress.org/themes/. See http://codex.wordpress.org/Forum_Welcome#Commercial_Products

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Logo Position’ is closed to new replies.