Showcase your site built with CouchCMS here. Feel free to post in your site's screenshots (width not more than 640px please), links and your experience with Couch.
5 posts Page 1 of 1
I was just recently reminded how easy it is to make a simple website editable in Couch. Designed and coded a simple portfolio for one marketing expert, and he needed the ability to make changes to the content. Site was Couchified in half an hour. This is why I love Couch!!

http://deanmagee.com/
Had a look, v nice!

Screen Shot 2017-07-06 at 13.44.12.png
Screen Shot 2017-07-06 at 13.44.12.png (229.72 KiB) Viewed 3176 times


There is a floating email address! I looked at the source code and there is a defined -'right-sidebar' which contains linkedin links and that email address. Its a css problem either with the template you've used or something's been changed along the way!
Can you tell me which browser are you using?


p.s. It is not a template, design is custom :)
My apologies ah - it looked so smooth as a portfolio I just assumed!

The problem persists no matter what I resize my browser as. I'm using Safari 10. The problem is with the css on .right-sidebar.

You've used
Code: Select all
writing-mode:vertical-rl;


but safari does not support the unprefixed property. Need to add

Code: Select all
-webkit-writing-mode: vertical-rl;
Thanks for the catch!! I just now visited caniuse.com, and yes, Safari requires the prefixed version for Writing mode property. Thanks once again.
5 posts Page 1 of 1
cron