logo

Support Area Forums Epic logo

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #7604
    Jhon Buitrago
    Participant

    Hi Bill,

    I need move to center my logo image, could you help me?
    http://www.rodandojuntos.com/website

    Thanks a lot

    #7607
    Bill Robbins
    Moderator

    Jhon,

    You can place this in your Custom CSS box on the styling tab of your theme options page to center your logo:

    
    #logo {
    	float: none;
    	width: 100%;
    }
    
    .outside-logo {
    	text-align: center;
    }
    

    If you have any trouble, let me know.

    Enjoy your weekend,
    Bill

    #7613
    Jhon Buitrago
    Participant

    Thanks Bill, is working!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘logo’ is closed to new replies.