Using Bootstrap navbar base, how to remove the border on the collapse?

I use Bootstrap navbar based on my Web page. When I do the Web page lean and menus drop down to collapse, she leaves a border around menus when I open the Menu. Does anyone know what CSS do I edit to remove this border? Much appreciate it any help you can offer. Thank you!

bootborder.png

The out-of-the-box of the Bootstrap version doesn't have a border, so it's something that you have modified. Please give us a link to the (temporary) site so that we can see what you've done.

Tags: Dreamweaver

Similar Questions

  • After using popScreen() than pushScreen(), how to remove the fields present in this first screen.

    I have two screens, first_one contains 17 fields & by a button_presnt in the first screen, I'm reaching to the second screen, on the second screen after pop_screen (first) & push_screen (first) I get my first screen, now I want to remove 15 fields, but I face the error, this illegal argument exception, or "Try to delete a field that is not the Manager"... & Note this point I got the get_field_count from the first screen.
    Try

    {

    UiApplication.getUiApplication () .popScreen (object_to_supprot);
    UiApplication.getUiApplication () .pushScreen (object_to_supprot);
    }
    catch (Exception err)
    {
    Dialog.Inform ("page load error:" + err);
    }

    Try
    {
    Dialog.Inform ("field homepage County:"+ object_to_supprot.getFieldCount () ');

    int k = object_to_supprot.getFieldCount () - 1;

    While (k > 1)
    {
    Delete (object_to_supprot.getField (k));
    k-- ;
    }
    }
    catch (Exception err)

    {

    Dialog.Inform ("error in the setting of the key work:" + err);

    }

    I disagree with Simon here.  I think that the deletion of fields of a screen is a valid thing to do.  I can see the case when you are using the same screen, but have two different sets of data that require slightly different fields on the screen.  This is what seems to be the case here.

    I just realized what is the problem.

    your code:

    Delete (object_to_supprot.getField (k));

    must be:

    object_to_supprot. Delete (object_to_supprot.getField (k));

    Your current code is actually:

    This.Delete (object_to_supprot.getField (k));

    and 'this' is probably your second screen.  You want to remove fields from your first screen.

    Can I ask you to review my first post and Simon post, once again.  If please review how to use the battery in the display and make sure that you use it properly.

  • How to remove the message "not using current Version" boring?

    For months, my Firefox home page included a note that I do not have the latest version and provides a link to update. When I use the link I said "Congratulations, you are using the latest version." Adding insult to injury, there are not 20 minutes, I downloaded 27, and the message is still there. Almost the end of the world, but at this point, it is very annoying. How to remove the message?

    The old page of Google-Firefox has not changed since Firefox 4 is released, please disregard the information updated on this page.

  • How to remove the support contact at screenshot using the "home" button

    guys, please help, how to remove the support contact at screenshot using the "home" button? I use 6 s ios 9.2, but when I take screenshot with the menu help key, the help key disappear on my photo, but the problem is, I want to take screenshot with my home button, please help... Thank you

    What turned the problem into a screen with the home button? Quickly, you press the power off button and home together and release - if the sounds are enabled - you should hear the camera shutter sound and have the capture in your app screen shots. The help key is not displayed

  • BlackBerry Smartphones used BB Curve, how to remove the previous E-mail addys

    Hello! I bought a used BB curve and I cannot for the life of me figure out how to remove the e-mail address of owners at the previous address. When I compose a message he asks me what email I want to send from and he has my address and 2 of the former owners of e-mail addresses. When I look in different folders there only my email address listed to delete or change. Any ideas?

    To remove the previous owners email ID

    1. go to Options
    2. Advanced options
    3. Service books
    4. Highlight the E-mail ID that you want to remove
    5. Click on the Menu
    6. Select Remove
  • How to remove the trial version of Acrobat DC 30 days that I have somehow on my MacBook Pro?  I don't want the dang thing, and it prevents me from using my Acrobat Pro 11 software.  Trying to access using the tree without end of support for Adobe is reall

    How to remove the trial version of Acrobat DC 30 days that I have somehow on my MacBook Pro?  I don't want the dang thing, and it prevents me from using my Acrobat Pro 11 software.  Trying to access using the tree without end of support for Adobe of really making me cranky.

    Hi thomh65004143,

    You simply drag the Acrobat DC application from the applications folder to the trash to uninstall.

    Then restart your system & install Acrobat XI Download Adobe Acrobat products. Standard, Pro | DC, XI, X.

    Let me know if you are still having a problem.

    Kind regards

    Nicos

  • How to remove the meeting via API to use Adobe Connect 8 Web Services

    Support using Adobe Connect 8 Web Services API 'Meetings to create' to create an Acrobat Connect Pro meeting.

    But I don't find not "Delete meeting" API similar to delete the meeting, could you tell me how to remove the meeting via API.

    Thank you!

    You must have used sco - create to create the meeting. To remove a meeting, use sco - remove API call.

    Find its documentation here.

  • How to remove the variable created when using definedNamedWhereClauseParam()

    Hello

    My Jdev version 11.1.1.7.0.

    I'm Executive where clause programatically where I need to bind two bind parameters under certain conditions. Example, I have two bind variables X, Y.

    Here's the problem:

    Assume that the first time I'm setting one variable X, so I define X bind variable and execute the query.

    What second time I send only Y but not X. In this implementation of the scenario of VO throw an exception, given that the variable X is already created in the VO object and where clause does not have this setting.

    So how to remove variables created in the original Version all in definedNamedWhereClauseParam(). I need to erase what ever the previously created variable every time I execute method.

    I can make the similar functionlity using setWhereClauseParam (using literals). But I have a few technical restrictions for use.

    Could you please help me how to remove the variable before vo using definedNamedWhereClauseParam.

    Caused by: java.sql.SQLException: try to set a parameter name that does not intervene in the SQL: itemNumber
    at oracle.jdbc.driver.OraclePreparedStatement.setObjectAtName(OraclePreparedStatement.java:15969)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.setObjectAtName(OraclePreparedStatementWrapper.java:911)
    at weblogic.jdbc.wrapper.PreparedStatement_oracle_jdbc_driver_OraclePreparedStatementWrapper.setObjectAtName (unknown Source)
    at oracle.jbo.server.OracleSQLBuilderImpl.bindParamValue(OracleSQLBuilderImpl.java:4669)
    at oracle.jbo.server.BaseSQLBuilderImpl.bindParametersForStmt(BaseSQLBuilderImpl.java:3687)
    at oracle.jbo.server.ViewObjectImpl.bindParametersForCollection(ViewObjectImpl.java:22742)
    at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:1298)
    ... more than 96



    Thank you.

    -Diette.

    Published by: Vidya Diette on February 28, 2013 08:43

    Hello

    You need access to the variable Manager. Order of reading in the JavaDocs:

    http://docs.Oracle.com/CD/E28389_01/apirefs.1111/e10653/Oracle/JBO/ViewObject.html--> http://docs.oracle.com/cd/E28389_01/apirefs.1111/e10653/oracle/jbo/VariableManagerOwnerBase.html#getVariableManager%28%29--> http://docs.oracle.com/cd/E28389_01/apirefs.1111/e10653/oracle/jbo/VariableValueManager.html--> http://docs.oracle.com/cd/E28389_01/apirefs.1111/e10653/oracle/jbo/VariableManager.html#removeVariable%28java.lang.String%29

    Frank

  • password on HP pavilion home pc used I'll start PC how to remove the password of owner he ask to log

    I bought a pc at a yard sale and the guy gave me a password, but it does not work what can make the password on HP pavilion windows xp home edition and it won't let me boot pc how to remove the owner password it asks to connect to windows? is there a jumper to remove the old?

    Hello

    Welcome to the Microsoft Community and thanks for posting the question. I understand that you want to remove the password on computer xp. Let me help you with the issue.

    1. were you able to get to the desktop screen earlier?

    2. what security software is installed?

    3. have you made changes on the computer recently?

    4. have you SP 3 installed update?

    To resolve this issue, let us try these methods:

    Method 1.

    Start the computer in safe mode and try to connect to the admin user account.

    To start the computer in safe mode: http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/boot_failsafe.mspx?mfr=true

    Method 2.

    You can create a new admin user account and check the status.

    You can create a new user account and check. Once the new user account works fine, then copy the data from the old user account for the user account.

    How to copy data from a user profile damaged to a new profile in Windows XP: http://support.microsoft.com/kb/811151

    I hope this helps. If you need further assistance on this particular issue or any other related issue Windows let us know and we will be happy to help you.

    Thank you.

  • How to remove the virus boostspeed.exe

    How to remove the virus boostspeed.exe

    Hi Laurence,.

    As far as I KNOW, you're talking about Auslogics Bootspeed, and it is a program (even if some consider how he acts and what he does to be very similar to how the system will react as if he was infected).  For technical support, see: http://www.auslogics.com/en/support/.

    If it's this product, there seems to be any special product online removal process (but perhaps custom support can help). If it isn't this product or there is nothing like it on your system, then why do you assume that it is a virus - are guessing you or some AV programs, told you that (and if so, which) and how locate you the file name as being the problem?  What is the full path to the file (for example, C:\Program Auslogics... or other)?    What security software you have installed (all names and the exact version of each)?  What version of Windows are you using?  Indeed, please see http://support.microsoft.com/kb/555375 for ideas on other information that will help us.  The more we know, the better we can help and the more focused we can make recommendations.

    I would try the following: start by creating a system restore point, and then back up the registry as well (just to be on the safe side).

    Download the free Revo: http://www.revouninstaller.com/revo_uninstaller_free_download.html and use it in advanced mode to completely remove Auslogics Bootspeed.  If it does not work because it says it is running (which is possible if there is probably not), then start safe mode and try again to remove use Revo in Mode safe.  The chances of success are much higher now that it is not likely to be running in Mode safe.

    I hope this helps.  Please get back to us in all cases, and if it haunts you again, please answer these questions as well as what happened when you tried to remove it as suggested.  On this basis, we will have a better idea if we treat just a difficult program to remove or legitimate an infection of any (or possibly both) and take the necessary measures from there - but we need to learn more and to see if the simple answer works (or why it failed).  We desperately need your help here (provision of information) to be able to help (with recommendations and options and courses of action - or more questions).

    Thanks and good luck!

    Kosh

  • How to remove the frame of the screen on HP G62-340US

    I have a broken screen I want to replace but I'm not sure how to remove the framing safely. There should be a few screws at the bottom, but I don't see any. There are plastic flat points where I thought I'd find screws. This model don't live on the bezel, so burst you just off the coast at the base? I watched a few videos on the internet, and each similar to mine model has screws on the bottom.

    HP G62-340US

    Edit: The plastic parts is proved be stickers. I used a sewing needle to take them off.

    Hello:

    If you have not read the help manual, I suggest you do so.

    Please refer to Chapter 4 for R & R procedures component.

    http://h10032.www1.HP.com/CTG/manual/c02641795.PDF

  • How to remove the permission of pc

    How to remove the permission of pc

    On the latest version of iTunes: account > permissions > Deauthorise This Computer (store > Deauthorise computer on older iTunes) on this computer: Deauthorize your computer using iTunes - Apple Support

  • Please tell me exactly how to remove the AVG search function

    Please tell me exactly how to remove the AVG search function

    edited by a moderator for clarity

    You need not repeat dozens of times or use profanity to get help.

    (1) disable all non-essential or unrecognized extensions on this tab. Don't know what it does? When in doubt, turn off:

    Firefox orange (or the Tools menu) button > addons > Extensions category

    Use the links above a disabled extension to restart Firefox if some seem to.

    (2) restore your Google search engine:

    https://addons.Mozilla.org/en-us/Firefox/addon/SearchReset/

    (3) check a user.js file (before the release of Firefox, otherwise the parameters in this file can cancel your cleaning) as described in this article: How to fix preferences that will not save.

    (4) If AVG search took over your page to the new tab (Ctrl + t), which changes as follows:

    (A) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (B) in the filter box, type or paste newtab and make a pause so that the list is filtered

    (C) double-click the preference browser.newtab.url and enter the desired value for your favorite page:

    thumbnails (i) (default) Page = > subject: newtab

    (ii) blank tab = > subject: empty

    Firefox homepage integrated (iii) = > topic: welcome

    (iv) any other page = > full URL of the page

    IMPORTANT: If you have AVG software in your Windows Control Panel, you need to remove it.

  • How to remove the download button located next to my home button? I continue to by clicking on it when I want the House and it's annoying.

    How to remove the download button located next to my home button?

    You can use customization feature to move it to a less irritating location. I suggest the bar the module if you keep this poster.

    Start customizing with one of these, and then drag the arrow to a new location, or in the dialog box to remove all the bars:

    • Right click on a zone empty of the tab bar > customize
    • Press the Alt key > menu view > toolbars > customize

    You will notice that some combined controls separate in the view to customize. If you put something between them, they will not be able to recombine. (For example, if you separate stop and reload or put something between front/rear and area URL.)

  • Satellite L30 - how to remove the modem?

    Hello

    I have try to disable BIOS modem on my L30-113, but I found no! I try to remove physical modem, I have no chance, it's on board!

    How to remove the modem? What I have to shut off the power to the modem and the jury do not, or a mod BIOS whit menu disable the modem?

    Thank you!

    Can you please be so kind and explain why you want to disable/remove modem?
    Sorry, but I don't see any reasonable reason for it.

    If you use it, you can disable the device in Device Manager and he'll be dead for OS.
    By the way: on low budget laptops I guess it's on board.

Maybe you are looking for