Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to hide a div
Message
From
16/04/2018 10:25:42
 
 
To
16/04/2018 10:22:13
General information
Forum:
Bootstrap
Category:
Responsive design
Miscellaneous
Thread ID:
01659430
Message ID:
01659444
Views:
33
>>>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
Thierry Nivelet
FoxinCloud
Give your VFP application a second life, web-based, in YOUR cloud
http://foxincloud.com/
Never explain, never complain (Queen Elizabeth II)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform