• Hello, I am working with a Customizr child theme. In the header, I have my logo aligned to the left. The menu bar is underneath the logo and is also aligned to the left.

    I want to have a widget area on the right of my header where I can show my telephone number/e-mail address and social media icons.

    I’ve been working on this for hours and I cannot get a widget area in my header where I want it. I’ve found codes to put a widget area above the logo and above and below the navbar but no codes to align a widget area on the right of my header.

    It’s driving me crazy! Please can someone give me the code to do this? Thanks.

Viewing 16 replies (of 16 total)
  • Thread Starter Moosie2381

    (@moosie2381)

    Thank you so much!! I don’t pretend that I understand how you’ve done it with the coding (wish I did!) but see the result https://signatureprojects.ca
    For your info., I made some some minor adjustments as follows:.
    navbar-inner {
    position: relative;
    left: -125px;
    top: -10px;
    padding: 0;
    }
    .my-extra-widget {
    position: relative;
    top: -35px;
    padding-right: 10px;
    }
    .tc-no-sticky-header .logo-centered .navbar-wrapper {
    margin-top: -60px;
    }
    .navbar.resp {
    margin-bottom: -40px;
    }

Viewing 16 replies (of 16 total)
  • The topic ‘Add widget area to header – aligned to the right’ is closed to new replies.