• Greetings:

    I am hoping to find a way to do the following:

    1. Currently the logo I uploaded to the site resides to the left & above the “Home ” menu text – essentially at the 11:00 position relative to the “Home” menu text.

    2. I would like to make the logo larger than 150X150px, &

    3. I need to move the location of where the logo resides so that the logo resides to the left of the “Home ” menu text, and the bottom of the logo is parallel to the bottom of the “Home” menu text.

    I suspect that this might be done with some custom css, and will need to do something with this:

    <——–>

    element {
    height: 150px;
    width: 150px;
    }
    .navbar-brand > img {
    display: block;
    }
    .navbar-brand > img {
    display: block;
    }
    <——–>

    I’m not seeing how to “force” the logo into a different position. Can anyone help me out on this?

    Thanks in advance.

    -JR

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    Thanks for contacting us,

    for home menu text you can paste the following css code in custom css field (Theme Dashboard >> appearance >> customize >> header setting >> custom css filed)

    .page-title h1
    {
    color: #ffffff !important;
    }

    To change the height or width of a logo, follow the given screenshot below.

    https://prntscr.com/i707tg

    And can you tell me through the screenshot, to which location do you want to move the logo

    Thanks

    Thread Starter jamesreynolds

    (@jamesreynolds)

    Imram,

    Thank you very much for your response.

    As per your request, here is a screen shot of where I would like the logo to reside. This is a manipulated graphic image, it is *not* the actual web site:

    https://inviroclean.com/wp-content/uploads/2018/01/inviroclean_logo_reposition.jpg

    As you can see it is in a lower position and is just to the left of the “Menu” text. Can you let me know if this is possible and if so, how do I accomplish this? Thank in advance for your help! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjust locatiion –> navbar-brand’ is closed to new replies.