Viewing 5 replies - 1 through 5 (of 5 total)
  • rdellconsulting

    (@rdellconsulting)

    You need to know how to select the logo, and then reposition it.

    .tc-header .brand a {
      position:  relative;
      top: 0px;
      left:  50%;
    }

    Adjust 0px and 50% to what you need.

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    Great! that was quick ! Thank you so much!

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    But it positioned w=somewhere else. ??

    https://www.rhododendron.in

    rdellconsulting

    (@rdellconsulting)

    OK, where exactly do you want it? The top/left settings need to be adjusted.

    top: -1px moves up, 1px moves down
    left: -1% moves left, 1% moves right

    The % setting enables you to maintain the width on smaller, responsive viewports

    Thread Starter Dibyendu

    (@whereangelsfeartotrade)

    It should come a little down. some part of the logo should come on the slider and some on the nav bar left.

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