[Pro] Responsive photo and text

Hi Paul,

You can hide items at narrow media widths by selecting the maximum width below which you want the item to be hidden (from Freeway’s media tabs) and turning off Display in the Output pane of the Inspector panel. E.g. select “Tablet: 768” and turn off Display if you want an item to be hidden on screens that are 768 or less pixels wide.

If you want to hide items that Exhibeo has added, you can do this by finding the ID number of the added item (by looking for it in the source code) and adding some markup in the HTML Markup dialog (after or before ). This would be something like:

@media screen and (max-width:768px) { #exhibeo_item { display:none } }

where max-width is whatever value you choose and exhibeo_item is the ID of the Exhibeo item.

Jeremy


Exhibeo mailing list
email@hidden
Update your subscriptions at: