[Pro] Font Size

I want to change font size at at specific breakpoint in my document.
I select that breakpoint and select the html item and in the item extended div style I add font-size: 60px. This doesn’t work.

What am I doing wrong.

Billy

http://www.smartytest.com/KNelson/showings.php


freewaytalk mailing list
email@hidden
Update your subscriptions at:

I select that breakpoint and select the html item and in the item extended div style I add font-size: 60px. This doesn’t work.

To which Div and which breakpoint have you added this?

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

screen-title


freewaytalk mailing list
email@hidden
Update your subscriptions at:

OK - I see it screen-title.

As it happens it does work but you have a more specific style10 that takes precedence.

So target your media query at style10 - the style inspector allows you to do this but I would create a unique style specifically for this header and name it appropriately.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:

oh. I’ll just add it to style 10.

Thanks


freewaytalk mailing list
email@hidden
Update your subscriptions at:

oh. I’ll just add it to style 10.

You have to be careful because style10 may be applied to more than just that header - that is why I suggest creating a new style specifically for that item (and naming it to suit).

And as it happens that heading should at least have an h2 Tag if not an h1

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Just another thing I notice from that page - there is a javascript error. Uncaught ReferenceError: Builder is not defined

It appears that there is part of the lightbox setup missing - it may be that you haven’t tried to fully implement this yet - if so then ignore me.

I would expect to see the following being called for

<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>

You are missing the scriptaculous one. Hence the Builder error.

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:

You are correct. Haven’t gotten there yet.

Thanks
Billy


freewaytalk mailing list
email@hidden
Update your subscriptions at: