I asked to quick before checking the files,sorry.
I will now continue.
Coothead many thanks now done.
Can you assist with the following if you have time please.
I have tried but this was the best i could get but not not i was looking for.
Top left of screen you will see below example,
Italic & font family is ok as it matches my other text on the page but you will see its two different shades/style etc ?
Just trying to get all the text the same.
Also bottom on screen you will see below example,
I would like the text to be all in one line but when viewed on smaller screens it would wrap/drop to new line but the text was divided in the wrong place.
I have applied <br> to show you how i would like to see it on smaller screens.
Once done the <br> can be removed so larger screens see it all in one line.
Many thanks
Hi there theremotedr,
1. It is just an optical illusion, bold text can appear to be darker than normal text.
2. At what width would you like text to drop below?
coothead
~ the original bald headed old fart ~
theremotedr (02-15-2018)
OK
Can we make both the same then please.
Not sure about second question,just needing it to be like so,
We are also on Facebook
"Click here to follow us"
as opposed
We are also on Facebook "Cl
ick here to follow us"
If you are doing a media query then use 32 and i will try it out from there.
Thanks
Hi there theremotedr,
for the first problem try this...
For the second try this...Code:.header a span{ font-weight: bold; color: #444; } .header a:hover span{ color: #fff; }
Code:@media ( max-width: 30em ) { .sub { width: 12em; margin: auto; } }
coothead
~ the original bald headed old fart ~
theremotedr (02-15-2018)
Thanks.
I will apply that when back.
Could you advise the px value please as I get confused with em values.
Thanks for your time.
Hi,
Just a question please if i may.
I am writing up the text for the files in the info js file but noticed some syntax errors when i type.
See this example.
Add to your child's bedroom and give them a great place to read, rock, or relax.
It doesnt like the ' in childs etc as it thinks its code ??
Hi there theremotdr,
you need to escape any single quotation mark that appears in the actual text....
Code:'Add to your child\'s bedroom and give them a great place to read, rock, or relax.'
coothead
~ the original bald headed old fart ~
theremotedr (02-15-2018)
Bookmarks