Support » Theme: Customizr » move logo position

Viewing 6 replies - 1 through 6 (of 6 total)
  • try to add

    .tc-header .brand {
    margin-top:25px;
    }

    to your custom css

    Try:

    .brand.span3 {
      padding-top:  20px;
    }

    Thread Starter fastjay4

    (@fastjay4)

    perfect ! many thanks tomaja and rdellconsulting.

    Is it possible to move the logo down so it intersects the colored band below the navbar menu? I can move it down using the code above but it pushes everything down. Thank you!
    http://www.divineorderonline.com/wordpress

    rdellconsulting

    (@rdellconsulting)

    To reposition, you need to start with:

    .tc-header .brand {
    position: relative;
    top: 0px; /* change this vertical */
    left: 0%; /* change this horizontal */
    }

    and then make adjustments. Use ‘-‘ to move up or left from start-position so
    top: -1px moves up, 1px moves down
    left: -1% moves left, 1% moves right

    For width dimensions, using % ensures your responsiveness is maintained.

    Hello, I’m new to wordpress.org but I did some wordpress blogs before.

    I don’t mean to bump the thread, but I use the code for my site. It works wonderfully, the logo position is right where I want it to be, but however, the link position of the logo was miss, thus, when I hover on the text (logo) only some parts of it were clickable.

    you can check my web on josoka.com

    Help please?

    Thanks in advance. And great theme BTW

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