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.

Replies

4
  1. Chad Dixon 11 years, 3 months ago

    Hey Fablan, that site looks great. One tip I had gotten from Andrew was to center the menu using a custom CSS code. I’m also using the Estate theme and this worked perfectly for me: Thread: How can I centre the Menu on the screen

    I also noticed the header is not responsive, but I have a plugin called WP Touch installed that creates a mobile optimized version of the site. I’d love to know how to just center the logo for the header… Mine is at http://www.651sellnow.com

  2. Andrew Misplon Staff 11 years, 3 months ago

    Hi Fabian

    Thanks for running Estate. Coach Dixon, much appreciated, thanks for your feedback there.

    Perhaps try the following under Appearance > Custom CSS and let me know how that goes:

    /* Estate Logo */
    #masthead .hgroup .site-title a img {
    	max-width: 100%;
    }
  3. Chad Dixon 11 years, 2 months ago

    Thanks Andrew, I tried adding that to the custom CSS section as you suggested but my logo still isn’t centered or being responsive. Here is my CSS code:

    /* Vantage Center the main menu */

    .main-navigation ul {
    text-align: center;
    }

    .main-navigation ul li {
    display: inline-block;
    float: none;
    }

    /* Estate Logo */

    #masthead .hgroup .site-title a img {
    max-width: 100%;
    }

  4. Chad Dixon 11 years, 2 months ago
    /* Vantage Center the main menu */
    .main-navigation ul {
    text-align: center;
    }
    .main-navigation ul li {
    display: inline-block;
    float: none;
    }
    /* Estate Logo */
    #masthead .hgroup .site-title a img {
    	max-width: 100%;
    }

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