Jump to content

Archived

This topic is now archived and is closed to further replies.

JimP

Resizing Logo in iBlog 6 to larger than 29px

Recommended Posts

JimP

Hi there,

Here is my website; http://dwellloyalty.com

 

I found this post on resizing my navigation logo to larger than 29px http://forum.pagelines.com/topic/29977-resizing-logo-and-centering-columns/#entry207602

 

So I placed this code in my custom CSS

.section-navi .navi-container {
  height: 150px;
  padding: 7px;
}

But nothing seemed to happen...

 

Any ideas on how to increase the size from 29px?  http://dwellloyalty.wpengine.com/wp-content/uploads/2015/02/Dwell-Loyalty-log-cropped437x2041.png

 

Thank you - Jim

 

Share this post


Link to post
Share on other sites
dawsonbarber

The code you've added works for the navi section.

 

It looks like you're using the navbar section.

.section-navbar .navbar .plbrand img {
max-height: 29px;
-webkit-transition: max-height .3s ease-in-out;
-moz-transition: max-height .3s ease-in-out;
-ms-transition: max-height .3s ease-in-out;
transition: max-height .3s ease-in-out;
}

Adjust the max-height attribute that the navbar section prescribes (which, as you can see in the above snippet, is 29px) to achieve the effect you want.

 

Note: this will have an effect on the appearance of the actual menu portion of the section, so you will probably also need to make some adjustments - e.g., if you changed the max-height to, say, 49px you may want to split the difference and add 10px to the navline margin-top:

ul#menu-dwellloyalty-1 {
margin: 10px 10px 0 0;
}

Cheers

 

Share this post


Link to post
Share on other sites
JimP

Thanks a ton dawsonbarber - I'm a relative newbie so most appreciated!! worked perfectly!

Share this post


Link to post
Share on other sites
Danny

Thanks for informing us the issue has been resolved.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

  • Similar Content

    • elementalkites
      By elementalkites+
      Good evening. I am attempting to use the Impulse section on a page I am working on (https://dev.elementalkites.com). The tool seems to have the ability to overlay a logo on top of the slider images but in my case it isn't working, even though I have added the logo file and given it a height to display at. I have attached a screenshot for reference. Any help would be appreciated.
       
       
    • lionel1
      By lionel1
      Hi,
      i try to put some images (Logos) in the Agency module / clients module section
      But i only can put 6 logos though the module propose to add more item
      Thanks for ur help
      Lionel 
      Capture d’écran 2017-06-27 à 20.55.27.png 
    • Michael Kummer
      By Michael Kummer+
      Hi guys,
      I just migrated from DMS to PageLines Platform 5 and noticed that after uploading my fav icon to Site Images, the default PageLines icon is still showing in my browser as well as in the HTML source code.
      The page in question is www.michaelkummer.com - is there anything else I need to do in order to update the favicon?
      Thanks
      Michael


    • Lisa Haran
      By Lisa Haran
      Hi 
      I have a map here http://www.iloveoffset.com/maps/
      I want to add several pointer locations to the map, but when I do they do not appear.
      On this map there are 2 pointer locations and as you can there is only one visible.
      Earlier today I added 7 and could only see 4 so there is something odd going on.
      My theme is up to date
    • clj182
      By clj182+
      Hello,
      I've been having trouble unlocking the template section for past couple of weeks. When I try clicking nothing happens. 
      I've deleted my custom css and removed plugins. Im down to having only the following plugins:
      Akismet
      Contact Form 7
      DMS Professional Tools
      Pagelines Updater
      WooCommerce
      It was working fine before i have no idea what's going on with it.
×