Jump to content

Archived

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

kwp4petar

Simple Navi Logo Size

Recommended Posts

kwp4petar

I have been trying so many different options on the forums and nothing's working for me.  On one site (most recent one i'm working on), I can change the size of the navigation bar at the top with no problem at all.  However, when I try using Simple Navi (Full Width) on another site, nothing works.  All I want is the logo to be larger (be it by changing the size of the container or the image div itself). I think my biggest issue is not knowing exactly what I need to direct my css changes to.  I am also trying to change the background of the bar.  I don't want any background. 100% transparent background.  I've tried using 'background-color: transparent;' but that hasn't had any effect so far.  I also tried using a 1% (as well as a 50%) transparent solid color image from photoshop to set it as the background, but that didn't work either.

 

So here's the long story short of what I want:

 

1. What's the easiest way to find the exact name of the object(would 'div' be a more correct term?) I am making changes to in css? (i've tried using Chrome's 'Inspect Element' but that doesn't always work)

   

    ex: How do people know to do '.section-navi img { .... }'

 

2. How do I change the size of the logo being used in Simple Navi (full-width)?

 

3. How can I make the navbar have either slightly transparent solid colored background, or no background at all (100% transparent).

Share this post


Link to post
Share on other sites
Danny

Hi,

 

I am not entirely sure what you're trying to achieve. Therefore, can you provide a link to the site in question and provide some images showing us exactly what it is you're trying to do. Once, we have this info, we will be able to assist you further.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
kwp4petar

EDIT: I was able to change the size and location of the logo, so forget my second question.

 

 

I can't link the live site currently but I took a screenshot of what it looks like now:

 

tumblr_ni8er7b2qg1rbsxtko1_r1_1280.jpg

 

Here's what I had in mind (ignore the different menu icon, I just quick whipped this up in photoshop):

 

tumblr_ni8er7b2qg1rbsxtko3_1280.jpg

 

 

tumblr_ni8er7b2qg1rbsxtko2_1280.jpg

Share this post


Link to post
Share on other sites
Danny

To achieve that style, you're going to need to use custom CSS. Inspect the section using Chromes dev tools and this will pinpoint you to the correct class in which you need to style.

 

Also, please be aware that as this is your custom code, if you encounter any issues we will be unable to assist you and it will likely cause issues when you're viewing your site on a mobile device.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites
kwp4petar

Right, I understand requiring custom css.  I already applied some to the area (centering logo and increasing container height), but when I try to set the background to transparent with 'background-color: transparent;' or using a 1% transparent image with 'background-image: url('...');' and it doesn't effect it at all.  

 

EDIT: I'm also not using the mobile version

Share this post


Link to post
Share on other sites
Danny

How have you applied the background-color and background image properties, can you unlock the website and show us the CSS you have used please.


Please search our forums, before posting!

Share this post


Link to post
Share on other sites

  • Similar Content

    • Adrian D Zussino
      By Adrian D Zussino
      Hello, I want to use a RavSlider but a don´t want that it size full width. Is there a way or other component to do that.
      PD: Please be patient, my English is not good. Thanks
    • gstrahle
      By gstrahle+
      Hi,
      I am hoping to figure out how I can get my PageLines Full Nav to display layered in front of a sticky footer element on my website - 3keymedia.com
      I would like the Full Nav to overlay the entire screen when opening the menu as you will see when opening on a desktop the footer of nav content is cropped by the sticky footer.
       
      Thanks


    • Christian
      By Christian+
      Hi everyone, since Instagram had allowed to publish in different ratio formats (instead of only square ratio) the grams stripe has different heights. Can you tell me if i can fix it easily with some CSS?
    • Kedark
      By Kedark+
      Hello,
      I apologize for the trivial question, but I can not deal with it. How do I turn off the display of a distinctive image on the page? (I have to add it because I use plugins that use it), but as I display the page, I do not want it to be visible (and appears above the subject.).
      Probably a cliché but I can not deal with it. Therefore, a request for help.
      Regards
      RKA
    • Michael Kummer
      By Michael Kummer+
      Hi guys!
      I have noticed that my primary sidebar becomes intermittently invisible when browsing through various blog articles on michaelkummer.com/blog.
      See:
      https://www.dropbox.com/s/z646sgoa3mfjl1j/Screenshot 2018-07-12 15.57.46.jpg?dl=0 and https://www.dropbox.com/s/vdledzzgginvwgv/Screenshot 2018-07-12 15.57.57.jpg?dl=0
      Upon refresh, the sidebar appears. I have been using the following CSS code to hide the sidebar on mobile without any issues. 
      @media only screen and (max-width: 993px) {
      /* hide sidebars */
           .plsb {
              display: none !important;
          }
      }
      I tried to add the following CSS to force the sidebar to show on screens that are wider than 994 pixels but to no avail. Any clue what could be causing this issue?
×