Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to hide a div
Message
From
16/04/2018 10:37:45
 
 
To
16/04/2018 10:25:42
General information
Forum:
Bootstrap
Category:
Responsive design
Miscellaneous
Thread ID:
01659430
Message ID:
01659445
Views:
29
>>>>I have another project where the following code works:
>>>>
>>>>
>>>> <div class="container">
>>>>           
>>>>                <div class="row col-md-offset-1 col-lg-offset-2 hidden-xs"> 
>>>>
>>>>
>>>>So, it must be that I am doing something different in this project. I will keep trying/testing.
>>>
>>>sure, .hidden-xs and .container are set on different elements, even if contained.
>>>
>>>you can just do the same, create a
>>>
<div class="hidden-sm-low">
>>>inside the
>>>
<div class="container">
>>
>>I did exactly what you suggest (code below) but still no go:
>>
>>
>> <div class="container">
>>        <div class="hidden-sm-low">
>>            <p>Sample text</p>
>>        </div>
>>   </div>
>>
>
>you may need to wrap it inside a row and a column
>
>we can only see from the CSS pane of browser tools

My problem is that I need to learn how to "read" the CSS pane of the browser tools. For example, when I click on the element (e.g. div class="hidden-sm-low"), how to read the CSS pane. For example, when I reduce the size of the display I see that the following code:
@media (min-width: 576px)
.container {
    max-width: 540px;
}
is responsing (the width number has reduced). But nothing else in the CSS pane is clear to me.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform