• Resolved smokerm

    (@smokerm)


    temp site setup. I have my logo centered but I cannot enlarge it. I have the check mark unclicked for resize and I have uploaded several different sizes but none work. I have also tried custom CSS again none work?

Viewing 14 replies - 1 through 14 (of 14 total)
  • Site Link?

    Thread Starter smokerm

    (@smokerm)

    My apologies it asked for it before the input box and thought it would place it in the post. https://afterdarkwebpages.x10host.com/il/ it’s a temp site while I learn and eventually will move to an actual site. Also I’ve read a lot of your replies in posts and it has taught me a lot so thank you.

    Hi. I did a logo resize in paint. Just resize it in any software you have on your computer and then attach. I didn’t find any option in customizr. you can also look for plugin.

    Thread Starter smokerm

    (@smokerm)

    @ifixlv I did that but it still stayed the same size. I thought I read on one of the forums that there was an issue with the version i have of customizr and there was a fix in ver. 3.22 but that is not out yet. I’ll have to find it and post it.

    Thread Starter smokerm

    (@smokerm)

    Got it will give it a try and thank you.

    Thread Starter smokerm

    (@smokerm)

    No luck. The image size when i download it says 3600×720 that should be more than enough to fit and I will shrink it once I can get it to work.

    Thread Starter smokerm

    (@smokerm)

    This is all in my Custom CSS

    header.tc-header {
    background-color: rgba(242, 129, 81,0.8);
    } 
    
    /* Both sidebars */
    .tc-sidebar {
      background-color: rgba(242, 129, 81,0.8);
    }
    /* Left sidebar */
    .left .tc-sidebar {
      background-color: rgba(155, 10, 10, 0.8);
    }
    /* Right sidebar */
    .right .tc-sidebar {
      background-color: rgba(51, 153, 255, 0.1);
    }
    
    .widget-title {
        color: #000000;
    text-shadow:    none;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 2.6em;
        text-transform: uppercase;
    }
    
    .widget .widget-title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: "Adobe Fan Heiti Std B";
    }
    
    header.tc-header {
    border-bottom: 0;
    }
    
    .round-div {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    }
    
    .round-div {border-color: rgba(255, 255, 255, .5);}
    
    .widget-front.hover .round-div, article.hover .round-div {
    -webkit-transform: scale(1.65);
    -moz-transform: scale(1.65);
    -ms-transform: scale(1.65);
    -o-transform: scale(1.65);
    transform: scale(1.65);
    }
    
    .entry-summary, .widget-area, .widget-title {
      color: black;
    text-shadow:    none;
    }
    
    /* Remove Post/Page Icon */
    .page #main-wrapper h1.format-icon:before {
    content:    none;
    }
    
    /* Remove the pencil icon  */
    .post h1.format-icon:before, .post h2.format-icon:before {
    content: none;
    }
    
    /* Adjust Menu colors - Normal */
    .navbar .nav > li > a, .navbar .nav > li > a:first-letter {
    color:          black;
    text-shadow:    none;
    }
    
    /* Adjust Menu colors - Active */
    .navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter,
    .navbar .nav > li.current-menu-item > a,
    .navbar .nav > li.current-menu-ancestor > a,
    .navbar .nav > li.current-menu-item > a:first-letter,
    .navbar .nav > li.current-menu-ancestor > a:first-letter {
    color:          purple;
    text-shadow:    none;
    }
    
    .site-header {
        position: relative;
    }
    
    .main-navigation {
        position: absolute;
        top: 135px;
        width: 100%;
    }
    
    .wrapper {
        margin-top: 30px;
    }
    
    .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
        border-top: none;
    }
    
    .brand.span3 {
        display: block;
        float: none;
        margin: auto !important;
    }
    
    /* center Header Logo*/
    .brand.span3 {
    float:          none;
    margin:         auto !important;
    }
    .row-fluid .navbar-wrapper {
    float:          none;
    margin:         0 auto;
    width:          100%;
    }
    
    .navbar .navbar-inner {
    -webkit-box-shadow: 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    }
    
    .navbar .navbar-inner {
    -webkit-box-shadow: 0px 0px 0px;
    -moz-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    background:none
    }
    Thread Starter smokerm

    (@smokerm)

    It needs to be cleaned up I know

    Sorry, I should re-phrase that to “you need to use this method” ??

    Check out Dave’s instructions. The final result works well.

    Thread Starter smokerm

    (@smokerm)

    @electricfeet… YOU ARE AWESOME!!! I have some minor tweaks to do for the nav bar and such but thank you thank you. Been pulling my hair out for 2 days.

    ??

    Thanks to Dave and acub too!

    Thread Starter smokerm

    (@smokerm)

    Definitely thank you all!

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