• I would like to place a logo image in the top right corner of this page. Is it possible?

    Also, to do so, I would need to narrow the box around the menu. Is that possible too?

Viewing 12 replies - 1 through 12 (of 12 total)
  • I’d recommend that you update to the new 3.2.1 which has new features that will help solve your issue.

    Because it’s not yet been released for automatic update, you have to replace the contents of wp-content/themes/customizr with the zip contents, being careful to completely replace the contents and not leaving any straggling files.

    If not confident, wait for the automatic update.

    Thread Starter ToGovern

    (@togovern)

    Hello,

    Thank you. I found the link!

    Ta.

    Thread Starter ToGovern

    (@togovern)

    A quick question: I upgraded to 3.2.1 using the auto-update, it all looks great. But, I cannot get a logo to display. Any thoughts on why not?

    Link to site?

    Thread Starter ToGovern

    (@togovern)

    Oops. Here

    Go to Customize>Header>Logo & Favicon. If Remove is available, Remove and Upload again.

    Thread Starter ToGovern

    (@togovern)

    Sadly that has not worked, and I have tried multiple times before asking for advice. Could there be something in custom css preventing it showing?

    #main-wrapper .format-icon:before {content: none;
    }
    
    footer#footer
    {
    background: none repeat scroll 0 0 #5a5d60;
    }
    
    /* Move SI to Right, adjust margins if needed   */
    .navbar-inner .social-block {
    float: right;
    margin-top: 10px;
    margin-right:  10px;
    text-align:  right;
    }
    
    /* Move Tagline to Left    */
    .navbar-wrapper .navbar h2 {
    float:  left;
    margin-top:  15px;
    margin-left:  10px;
    text-align: left;
    }
    
    /*
    hide Tagline, if not needed
    .navbar-wrapper .navbar h2 {
    display:  none;
    }
    */
    
    /* standardise entry titles */
    #content .entry-header .entry-title {
    font-size: 22px;
    color: #a6a4a0;
    }
    
    /*set the body background - the site background */
    body {
    background: url(/wp-content/uploads/Governance-Advisory-Practice-blur.jpg) repeat scroll 0 0  ;
    margin-top:  0px ;
    margin-bottom:  0px;
    left-margin: 0px;
    right-margin: 0px;
    }
    
    /* Set the color and margins of the internal body */
    #main-wrapper {
    background-color: #FAFAFA;
    margin-top:  5px ;
    margin-bottom: 5px;
    left-margin: 5x;
    right-margin: 5px;
    }
    
    /* Change the central wrapper background  and margins */
    #main-wrapper {
    margin-top: 0px ;
    margin-bottom: 60px ;
    background-color: white ;
    border-top: 0px solid white;
    border-left: 0px solid #a6a4a0;
    border-right: 0px solid #a6a4a0;
    border-bottom: 0px solid #a6a4a0;
    
    /* Delete if no border needed */
    
    padding:  10px 15px 15px 15px ;
    }
    .container[role="main"] {
    background-color: white;
    }
    
    /* Site Title & Logo */
    .brand a  {display:none;}
    
    /* Logo  */
    .tc-header .brand  {display:1;}
    
    /* Social Icons  */
    .social-block a   {display:1;}
    
    /* Tagline              */
    .navbar-wrapper .navbar h2, h2.site-description  {display:1;}
    
    /* header colours */
    
    header.tc-header {
    
    /* Adjust the background color */
    background-color: white;
    
    /* Adjust the border (top/bottom + left/right) style/color */
    
    border: 1px 1px solid #a6a4a0;
    
    /* Adjust the top border style/color */
    border-top:  0px solid #a6a4a0;
    
    /* Adjust the bottom border style/color */            
    
    border-bottom: 1px solid #a6a4a0;
    }
    
    /* change footer colours (#2D2A3D is DACB body background colour) */
    
    footer#footer {
        background: none repeat scroll 0 0 #2D2A3D;
    }
    
    body footer#footer .footer-widgets h3.widget-title {
    text-shadow: none;
    color: #fff;
    }
    Thread Starter ToGovern

    (@togovern)

    Ah, what should this read instead of “none”?

    /* Site Title & Logo */
    .brand a  {display:none;}

    Just remove that line and it will revert to the default setting

    Thread Starter ToGovern

    (@togovern)

    Removed all custom CSS to test, and still no logo. Do we need to ask Nico?

    Thread Starter ToGovern

    (@togovern)

    Nothing?

    Post is flagged

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Place Logo and Narrow Menu Box’ is closed to new replies.