jekyll-bootstrap | The quickest way to start and publish your Jekyll powered blog 100% compatible with GitHub pages | Static Site Generator library
kandi X-RAY | jekyll-bootstrap Summary
kandi X-RAY | jekyll-bootstrap Summary
The quickest way to start and publish your Jekyll powered blog. 100% compatible with GitHub pages.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Prints a debug object for debugging purposes .
- Dispatches the object .
jekyll-bootstrap Key Features
jekyll-bootstrap Examples and Code Snippets
Community Discussions
Trending Discussions on jekyll-bootstrap
QUESTION
I've been following w3schools and this other website to build a navbar in jekyll using frontmatter. I'm having trouble with the block property in CSS. The entire navbar except for the dropdown portion is working.
Here's the jsfiddle. I'm not sure how useful that will be since it has Liquid in it.
Here's a picture of what I'm looking at. I've played around with the "#navbar .ddm a" section of the CSS, so I know I'm in the right spot, but it doesn't matter if I put block. Inline works correctly. It just defaults to inline-block, even if I delete "display: "
This is the css that I think should be the culprit
...ANSWER
Answered 2017-Oct-20 at 18:07Elements that need to be targeted are the list items (li
) of the dropdown menu.
You're focus was on the nested anchor tags (a
). So you needed to be looking one level up - at the containing parent elements (li
).
In order to achieve your intended result, you need to remove the float
declared on only the dropdown list items, e.g:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jekyll-bootstrap
On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page