GithubHelp home page GithubHelp logo

Comments (9)

olefredrik avatar olefredrik commented on July 28, 2024

Hi,
Do you have a live example I can look at? I failed to reproduce the error on my side.

from foundationpress.

niccolomineo avatar niccolomineo commented on July 28, 2024

Hi Ole,

http://sgocnet.org/site/

on the right hand side, the "Catania" event has an end and a start date
separated by a bullet. The bullet is surrounded by a span element with
class "hide-for-small-only", that acts as a block element.

Niccolò Mineo
USER INTERFACE DESIGN
www.niccolomineo.com http://www.niccolomineo.com/

2014-05-21 11:02 GMT+02:00 Ole Fredrik Lie [email protected]:

Hi,
Do you have a live example I can look at? I failed to reproduce the error
on my side.


Reply to this email directly or view it on GitHubhttps://github.com//issues/44#issuecomment-43730851
.

from foundationpress.

olefredrik avatar olefredrik commented on July 28, 2024

The visibility classes inherit the display property of their parent. In your case the parent is a paragraph (which is a block element), so .hide-for-small-only will behave as a block element for any screen other than small. A fix could be to apply a new class to your span element, and set the display property to inline for that spesific class.

from foundationpress.

niccolomineo avatar niccolomineo commented on July 28, 2024

I changed the paragraph to a div with "event-date" class, and I have the
same problem.

Niccolò Mineo
USER INTERFACE DESIGN
www.niccolomineo.com http://www.niccolomineo.com/

2014-05-21 12:34 GMT+02:00 Ole Fredrik Lie [email protected]:

The visibility classes inherit the display property of their parent. In
your case the parent is a paragraph (which is a block element), so
.hide-for-small-only will behave as a block element for any screen other
than small. A fix could be to apply a new class to your span element, and
set the display property to inline for that spesific class.


Reply to this email directly or view it on GitHubhttps://github.com//issues/44#issuecomment-43738876
.

from foundationpress.

olefredrik avatar olefredrik commented on July 28, 2024

A standard div will also act as a block element, unless otherwise specified. Add this to your css, and you will be good to go: .event-date { display: inline; }

from foundationpress.

niccolomineo avatar niccolomineo commented on July 28, 2024

thanks!

Niccolò Mineo
USER INTERFACE DESIGN
www.niccolomineo.com http://www.niccolomineo.com/

2014-05-21 13:30 GMT+02:00 Ole Fredrik Lie [email protected]:

A standard div will also act as a block element, unless otherwise
specified. Add this to your css, and you will be good to go: .event-date
{ display: inline; }


Reply to this email directly or view it on GitHubhttps://github.com//issues/44#issuecomment-43743047
.

from foundationpress.

olefredrik avatar olefredrik commented on July 28, 2024

You're welcome!

from foundationpress.

rshubbard avatar rshubbard commented on July 28, 2024

This happens with Foundation button classes as well.

<a href="#" class="button hide-for-small-only">Default Button</a>

is now display:block and takes up the whole width. Any fix for this?

from foundationpress.

elyrium avatar elyrium commented on July 28, 2024

Use .hidden-for-$size or .visible-for-$size - where $size can be a combination of 'small', 'medium', 'large', and you can further add '-only', '-up', or '-down'. EX: .hidden-for-small or .visible-for-medium-up will hide the element for small screen media query without affecting the display property.

from foundationpress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.