• I have tried everything on the support site, but I cannot get the logo to be any other size or position when in full screen. Does anyone know why it won’t respond to the CSS codes I’m using to move it???
    https://www.hungrymiss.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • What code are you using?

    Thread Starter mpossing

    (@mpossing)

    .navbar-wrapper .brand {
    display: block;
    width: 100%;
    }

    And also:

    .navbar-wrapper .brand {width:100%; float:left;}

    I’ve tried through all the support comments on similar problems.

    Can’t see any evidence that you’re using CustomCSS or a child theme.

    Did you remember to click Save & Publish if using CustomCSS?

    .navbar .nav {
    display: 		block;
    margin-left: 	10%
    }
    .navbar-wrapper .brand {
    width:			100%;
    display:		block;
    }
    .navbar-wrapper .social-block {
    display:		none;
    }
    .span7.inside.site-description {
    float:			left;
    margin-left:	5%
    }
    .navbar-wrapper .navbar-inner {
    display:		block;
    width:			100%;
    margin-left:	12.75%;
    max-width:		100%
    }
    navbar-inner {max-height:40px;}

    Does this help you? I do it that way and it works fine ??

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