I have graphical buttons (not the default "button" provided by the API) that I want to use for my bootstrap navbar. However I can't seem to figure out how to remove the padding/space in between them. See example below. The bottom row of buttons is what I want. I've tried all manner of changes to my CSS with padding and margins set to 0px but nothing works. Thanks for any guidance you can provide.
Removing padding between graphical buttons in bootstrap navbar
904 views Asked by Ed LoVuolo At
2
There are 2 answers
0
Ed LoVuolo
On
Some of this has been figured out. To begin with. All I had to do was create a style such as:
.navbar-link {
padding-left: 0px;
padding-right: 0px;
margin-right: -15px; (removes space around the right side)
margin-left: -15px; (removes space around the left side)
}
<li><a class="navbar-link" href="about.html"><img src="images/buttons_navbar/btn_About_Us.png" alt="About Us" class="img-responsive"></a></li>
However, I still have a padding/margin issue with the actual "a" link around the graphical button itself that I can't figure out how to eliminate. See the thin blue box around the button in the screenshot. I need to get area shrunk down so that it encloses just the graphic and nothing else around it (see how it overlaps onto the image to the right of it.) Any ideas? overlapping a link
Related Questions in CSS
- How to use custom font during html to pdf conversion?
- Storing the preferred font-size in localStorage
- mp4 embedded videos within github pages website not loading
- Is there any way to glow this bulb image like a real light bulb
- What can I do to improve my coding on both html and css
- Uncaught TypeError: google.maps.LatLng is not a constructor at init (script.js:7:13)
- Bootstrap modal not showing at the desired position on a web page when the screen size is smaller
- How to increase quality of mathjax output?
- Hover animation resetting( seemingly reverting back to original CSS and then again to hover)when moving mouse horizontaly accross a part of an element
- Storing selected language in localStorage
- How to clip grid cell and provide scroll as well?
- KeyboardAvoidingView makes a messy the flexbox
- Rotate an object around another object in javascript
- Understanding Scroll Anchoring Behavoir
- how to use only block layout in this css code?
Related Questions in BUTTON
- How to center fontawesome icons in a div?
- How can I eliminate or deactivate the white flash that appears when I press a button via a mobile device?
- React Node Telegram bot problem with mainButtonClicked
- Can I make this kind of radio button?
- Custom styled "Add to cart" button in WooCommerce product archive pages
- Have a script work multiple times with the same class
- How to "kill" current runnable and start a new one pressing a start/stop android button (and prevent multiple overlapping runnable processes)?
- How to customize woocommerce add to cart button position
- React: Implementing Long Press Button Functionality
- How to move expand button in bslib::card() where full_screen = TRUE to the top right?
- Why do I have to double click enter on Blazor?
- How to detect a pressed button using setInterval and without any event in javascript?
- Blogger next previous navigations missing
- How to make Scaffold floatingActionButton not clickable through
- How do I create a guizero pushbutton that acts when pressed and stops when released
Related Questions in NAVBAR
- Dropdown menu in a fixed navbar
- How to write HTML CSS code for a header navbar that too responsive
- navbar not appear in the result?
- Bootstrap cards
- Bootstrap 5.3 burger menu not responsive in Underscore WordPress template
- microsoft from 2.0 controler textbox to retrieve the hindi content in vba
- How do I make navigation bar buttons show and hide divs/sections on click without javascript or JQuery?
- i want codepen to angular component for this template
- Trying to create a responsive nav bar for smaller device, but after clicking the button everything disappears
- Wordpress navbar and slider
- Change highlight colour on scroll in React js
- Image not displaying under Nav bar
- CSS Styling is applied to the submenu border on live website but why it is not working
- Blazor Navigation Menu - add picture and a Text Line
- Weird behaviour of Google Chrome's responsive website checker
Related Questions in PADDING
- CSS - Change Margin of a Menu's Items..?
- padding not showing (only when css is saved)
- What happens when rendering an OpenGL buffer that has been padded with NULL (or another value)?
- is there a way in vuetify to adjust padding in data table?
- White space on the left and down of wordpress theme
- Dart/Flutter. elements jump in Row if the child widget changes size
- Hi, I am not able to see the CSS effect on the web browse to HTML file using Visual code. I can run HTML file in chrome and can see login page
- Size of a structure considering padding with strings and int as element
- auto left and right padding blocks top and bottom padding
- Use numpy for FFT convolution
- Padding pushing items in a flex div?
- How to pad a text with custom length after build the vocab in pytorch
- Pytorch: Adding a dimension to a tensor through padding
- Padding and Margin in CSS
- Is there a CSS Snippet that would take out extra padding around the top/bottom of Home Page logo image? Big Cartel Sunscreen Theme
Related Questions in MARGINS
- Calculating geometric least-squares mean ratio
- Why the margins package does not produce standard errors for its estimates of marginal effects of a logit model containing interaction terms?
- How to change the confidence interval for marginal effects at levels of a moderator variable in R
- Text automatically double spaced when there are no spaces or breaks in the code
- Why is my website resizing different on computer and mobile?
- Get current page margins in typst
- How do I position a dropdown menu with CSS?
- Is it possible to have just a part of a margin in a binding in XAML
- Patchwork + ggplot2 margins
- I can not set Padding or Margins in CSS
- ergMargins error: non-conformable argument and structural zeros/ones
- How to set inside and outside margins
- CSS Box Sizing Issue
- how to move bottom linespace in fontforge
- How can i make a content be fixed when the margin of the content next to it is moving?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I think you can float the buttons or set the buttons's parent node's font-size to 0.
You can see this: https://css-tricks.com/fighting-the-space-between-inline-block-elements/