Fixed Column with Bulmaoffsetting an html anchor to adjust for fixed headerAnchor being covered by fixed MenuFixed Double Headers, Scrollable Content (Mobile App)Center a column using Twitter Bootstrap 3bootstrap 3 responsive table with fixed first columnBootstrap header navbar with class navbar-fixed-top and with collapsible form not working properlyCannot display HTML stringposition fixed stucks on mobile device with webkit overflow scrollingPrevent fixed header to overlapp contentTwo column flexbox layout with fixed div
Why can my keyboard only digest 6 keypresses at a time?
bash does not know the letter 'p'
AMPScript SMS InsertDE() function not working in SMS
What does a topology do, and what makes a particular topology the 'right' one?
I have a problematic assistant manager, but I can't fire him
Proving that a Russian cryptographic standard is too structured
What are some really overused phrases in French that are common nowadays?
What are neighboring ports?
How can I remove material from this wood beam?
A map of non-pathological topology?
What is the meaning of the Russian idiom "to taste tuna" ("отведать тунца")?
Extreme flexible working hours: how to get to know people and activities?
Does Google Sheets allow moving a chart to its own sheet?
How can one's career as a reviewer be ended?
How to safely destroy (a large quantity of) valid checks?
Is it possible to have 2 different but equal size real number sets that have the same mean and standard deviation?
Should I refuse being named as co-author of a bad quality paper?
What standard algorithm can determine if exactly one of a container satisfies a predicate?
Why is long-term living in Almost-Earth causing severe health problems?
How can I make 12 tone and atonal melodies sound interesting?
Live action TV show where High school Kids go into the virtual world and have to clear levels
Why was this person allowed to become Grand Maester?
A word that means "blending into a community too much"
Can all groups be thought of as the symmetries of a geometrical object?
Fixed Column with Bulma
offsetting an html anchor to adjust for fixed headerAnchor being covered by fixed MenuFixed Double Headers, Scrollable Content (Mobile App)Center a column using Twitter Bootstrap 3bootstrap 3 responsive table with fixed first columnBootstrap header navbar with class navbar-fixed-top and with collapsible form not working properlyCannot display HTML stringposition fixed stucks on mobile device with webkit overflow scrollingPrevent fixed header to overlapp contentTwo column flexbox layout with fixed div
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
i pretend to make this first column fixed, but when i add position:fixed
, the columns overlap each other, how to fix this?
If its not possible, i want to know a sample that gives me a
side navbar fixed and responsive with bulma
<section class="main-content columns is-fullheight">
<aside class="column is-2 is-narrow-mobile is-fullheight section is-hidden-mobile">
<p class="menu-label is-hidden-touch">Header</p>
<ul class="menu-list">
<li>
<a href="#go-first" class="is-active">CIT</a>
<ul><li><a href="#">Items</a></li><li><a href="#">Items</a></li>
</ul>
</li>
<li>
<a href="#" class="is-active">Other</a>
<ul>
<li><a href="#">other</a></li>
</ul>
</li>
</ul>
</aside>
<div class="container column is-10">
<div class="section">
<div class="card">
<div class="card-header" id="go-first">
<p class="card-header-title">CIT</p>
</div>
<div class="card-content">
<div class="content">
header
</div>
<div class="columns">
<div class="column">
...
</div>
</div>
</div>
</div>
</div>
</div>
</section>
```
html css navbar bulma
add a comment |
i pretend to make this first column fixed, but when i add position:fixed
, the columns overlap each other, how to fix this?
If its not possible, i want to know a sample that gives me a
side navbar fixed and responsive with bulma
<section class="main-content columns is-fullheight">
<aside class="column is-2 is-narrow-mobile is-fullheight section is-hidden-mobile">
<p class="menu-label is-hidden-touch">Header</p>
<ul class="menu-list">
<li>
<a href="#go-first" class="is-active">CIT</a>
<ul><li><a href="#">Items</a></li><li><a href="#">Items</a></li>
</ul>
</li>
<li>
<a href="#" class="is-active">Other</a>
<ul>
<li><a href="#">other</a></li>
</ul>
</li>
</ul>
</aside>
<div class="container column is-10">
<div class="section">
<div class="card">
<div class="card-header" id="go-first">
<p class="card-header-title">CIT</p>
</div>
<div class="card-content">
<div class="content">
header
</div>
<div class="columns">
<div class="column">
...
</div>
</div>
</div>
</div>
</div>
</div>
</section>
```
html css navbar bulma
add a comment |
i pretend to make this first column fixed, but when i add position:fixed
, the columns overlap each other, how to fix this?
If its not possible, i want to know a sample that gives me a
side navbar fixed and responsive with bulma
<section class="main-content columns is-fullheight">
<aside class="column is-2 is-narrow-mobile is-fullheight section is-hidden-mobile">
<p class="menu-label is-hidden-touch">Header</p>
<ul class="menu-list">
<li>
<a href="#go-first" class="is-active">CIT</a>
<ul><li><a href="#">Items</a></li><li><a href="#">Items</a></li>
</ul>
</li>
<li>
<a href="#" class="is-active">Other</a>
<ul>
<li><a href="#">other</a></li>
</ul>
</li>
</ul>
</aside>
<div class="container column is-10">
<div class="section">
<div class="card">
<div class="card-header" id="go-first">
<p class="card-header-title">CIT</p>
</div>
<div class="card-content">
<div class="content">
header
</div>
<div class="columns">
<div class="column">
...
</div>
</div>
</div>
</div>
</div>
</div>
</section>
```
html css navbar bulma
i pretend to make this first column fixed, but when i add position:fixed
, the columns overlap each other, how to fix this?
If its not possible, i want to know a sample that gives me a
side navbar fixed and responsive with bulma
<section class="main-content columns is-fullheight">
<aside class="column is-2 is-narrow-mobile is-fullheight section is-hidden-mobile">
<p class="menu-label is-hidden-touch">Header</p>
<ul class="menu-list">
<li>
<a href="#go-first" class="is-active">CIT</a>
<ul><li><a href="#">Items</a></li><li><a href="#">Items</a></li>
</ul>
</li>
<li>
<a href="#" class="is-active">Other</a>
<ul>
<li><a href="#">other</a></li>
</ul>
</li>
</ul>
</aside>
<div class="container column is-10">
<div class="section">
<div class="card">
<div class="card-header" id="go-first">
<p class="card-header-title">CIT</p>
</div>
<div class="card-content">
<div class="content">
header
</div>
<div class="columns">
<div class="column">
...
</div>
</div>
</div>
</div>
</div>
</div>
</section>
```
<section class="main-content columns is-fullheight">
<aside class="column is-2 is-narrow-mobile is-fullheight section is-hidden-mobile">
<p class="menu-label is-hidden-touch">Header</p>
<ul class="menu-list">
<li>
<a href="#go-first" class="is-active">CIT</a>
<ul><li><a href="#">Items</a></li><li><a href="#">Items</a></li>
</ul>
</li>
<li>
<a href="#" class="is-active">Other</a>
<ul>
<li><a href="#">other</a></li>
</ul>
</li>
</ul>
</aside>
<div class="container column is-10">
<div class="section">
<div class="card">
<div class="card-header" id="go-first">
<p class="card-header-title">CIT</p>
</div>
<div class="card-content">
<div class="content">
header
</div>
<div class="columns">
<div class="column">
...
</div>
</div>
</div>
</div>
</div>
</div>
</section>
```
<section class="main-content columns is-fullheight">
<aside class="column is-2 is-narrow-mobile is-fullheight section is-hidden-mobile">
<p class="menu-label is-hidden-touch">Header</p>
<ul class="menu-list">
<li>
<a href="#go-first" class="is-active">CIT</a>
<ul><li><a href="#">Items</a></li><li><a href="#">Items</a></li>
</ul>
</li>
<li>
<a href="#" class="is-active">Other</a>
<ul>
<li><a href="#">other</a></li>
</ul>
</li>
</ul>
</aside>
<div class="container column is-10">
<div class="section">
<div class="card">
<div class="card-header" id="go-first">
<p class="card-header-title">CIT</p>
</div>
<div class="card-content">
<div class="content">
header
</div>
<div class="columns">
<div class="column">
...
</div>
</div>
</div>
</div>
</div>
</div>
</section>
```
html css navbar bulma
html css navbar bulma
edited Mar 24 at 21:07
sabeen kanwal
34118
34118
asked Mar 24 at 19:54
IgorIgor
175
175
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
As I understood, your sidebar disappears on mobile, right?
Have you tried removing is-hidden-mobile
class from aside element?
<section class="main-content columns is-fullheight">
<aside class="column is-2 is-narrow-mobile is-fullheight section">
<p class="menu-label is-hidden-touch">Header</p>
<ul class="menu-list">
<li>
<a href="#go-first" class="is-active">CIT</a>
<ul><li><a href="#">Items</a></li><li><a href="#">Items</a></li>
</ul>
</li>
<li>
<a href="#" class="is-active">Other</a>
<ul>
<li><a href="#">other</a></li>
</ul>
</li>
</ul>
</aside>
<div class="container column is-10">
<div class="section">
<div class="card">
<div class="card-header" id="go-first">
<p class="card-header-title">CIT</p>
</div>
<div class="card-content">
<div class="content">
header
</div>
<div class="columns">
<div class="column">
...
</div>
</div>
</div>
</div>
</div>
</div>
</section>
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55327945%2ffixed-column-with-bulma%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
As I understood, your sidebar disappears on mobile, right?
Have you tried removing is-hidden-mobile
class from aside element?
<section class="main-content columns is-fullheight">
<aside class="column is-2 is-narrow-mobile is-fullheight section">
<p class="menu-label is-hidden-touch">Header</p>
<ul class="menu-list">
<li>
<a href="#go-first" class="is-active">CIT</a>
<ul><li><a href="#">Items</a></li><li><a href="#">Items</a></li>
</ul>
</li>
<li>
<a href="#" class="is-active">Other</a>
<ul>
<li><a href="#">other</a></li>
</ul>
</li>
</ul>
</aside>
<div class="container column is-10">
<div class="section">
<div class="card">
<div class="card-header" id="go-first">
<p class="card-header-title">CIT</p>
</div>
<div class="card-content">
<div class="content">
header
</div>
<div class="columns">
<div class="column">
...
</div>
</div>
</div>
</div>
</div>
</div>
</section>
add a comment |
As I understood, your sidebar disappears on mobile, right?
Have you tried removing is-hidden-mobile
class from aside element?
<section class="main-content columns is-fullheight">
<aside class="column is-2 is-narrow-mobile is-fullheight section">
<p class="menu-label is-hidden-touch">Header</p>
<ul class="menu-list">
<li>
<a href="#go-first" class="is-active">CIT</a>
<ul><li><a href="#">Items</a></li><li><a href="#">Items</a></li>
</ul>
</li>
<li>
<a href="#" class="is-active">Other</a>
<ul>
<li><a href="#">other</a></li>
</ul>
</li>
</ul>
</aside>
<div class="container column is-10">
<div class="section">
<div class="card">
<div class="card-header" id="go-first">
<p class="card-header-title">CIT</p>
</div>
<div class="card-content">
<div class="content">
header
</div>
<div class="columns">
<div class="column">
...
</div>
</div>
</div>
</div>
</div>
</div>
</section>
add a comment |
As I understood, your sidebar disappears on mobile, right?
Have you tried removing is-hidden-mobile
class from aside element?
<section class="main-content columns is-fullheight">
<aside class="column is-2 is-narrow-mobile is-fullheight section">
<p class="menu-label is-hidden-touch">Header</p>
<ul class="menu-list">
<li>
<a href="#go-first" class="is-active">CIT</a>
<ul><li><a href="#">Items</a></li><li><a href="#">Items</a></li>
</ul>
</li>
<li>
<a href="#" class="is-active">Other</a>
<ul>
<li><a href="#">other</a></li>
</ul>
</li>
</ul>
</aside>
<div class="container column is-10">
<div class="section">
<div class="card">
<div class="card-header" id="go-first">
<p class="card-header-title">CIT</p>
</div>
<div class="card-content">
<div class="content">
header
</div>
<div class="columns">
<div class="column">
...
</div>
</div>
</div>
</div>
</div>
</div>
</section>
As I understood, your sidebar disappears on mobile, right?
Have you tried removing is-hidden-mobile
class from aside element?
<section class="main-content columns is-fullheight">
<aside class="column is-2 is-narrow-mobile is-fullheight section">
<p class="menu-label is-hidden-touch">Header</p>
<ul class="menu-list">
<li>
<a href="#go-first" class="is-active">CIT</a>
<ul><li><a href="#">Items</a></li><li><a href="#">Items</a></li>
</ul>
</li>
<li>
<a href="#" class="is-active">Other</a>
<ul>
<li><a href="#">other</a></li>
</ul>
</li>
</ul>
</aside>
<div class="container column is-10">
<div class="section">
<div class="card">
<div class="card-header" id="go-first">
<p class="card-header-title">CIT</p>
</div>
<div class="card-content">
<div class="content">
header
</div>
<div class="columns">
<div class="column">
...
</div>
</div>
</div>
</div>
</div>
</div>
</section>
answered Mar 24 at 21:11
aldialdi
5431519
5431519
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55327945%2ffixed-column-with-bulma%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown