close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Responsive Page

Thread began 5/13/2015 9:46 am by john70964 | Last modified 5/19/2015 3:02 pm by Ray Borduin | 2846 views | 20 replies |

john70964

Responsive Page

I would like this page (attached) to be responsive.
It has no tables so I cannot see why it will not become responsive.
Anyone any ideas please/
Many thanks
John

Sign in to reply to this post

Ray BorduinWebAssist

Responsive design is done with the .css and not the page in most cases. Tables are actually very responsive naturally... not using tables has nothing to do with how responsive your page is or isn't.

If you post a url to your page I can take a look at it in context and maybe make some recommendations on how to make it more responsive.

Sign in to reply to this post
Did this help? Tips are appreciated...

john70964

Many thanks Ray
I have now a similar page at http://net100test2.co.uk/BookingForm/booking.php

Would you kindly take a look and suggest how it can become responsive.
Many thanks
John

Sign in to reply to this post

Ray BorduinWebAssist

Add this to your .css:

@media only screen and (max-device-width: 480px) {

form.NewFromBlank_Default {
width: 100%;
}

form.NewFromBlank_Default div.formGroup {
display: block;
float: none;
}

form.NewFromBlank_Default label.sublabel {
float: none;
text-align: left;
}

form.NewFromBlank_Default div.columnGroup, form.NewFromBlank_Default textarea.formTextarea_Medium, form.NewFromBlank_Default input.formTextfield_Medium, form.NewFromBlank_Default select.formMenufield_Medium, form.NewFromBlank_Default div.wideColumnGroup,
form.NewFromBlank_Default input.formButton {
width: 100%;
box-sizing: border-box;
}
.Default-wrapper {
display: none !important;
}

form.NewFromBlank_Default span.buttonFieldGroup {
display: block;
float: none;
padding: 10px 0;
text-align: right;
}

}
Sign in to reply to this post
Did this help? Tips are appreciated...

PatriceWebAssist

Link to live site? For learning purposes?

Similar page had this
http://net100test2.co.uk/BookingForm/booking.php
but not yet responsive so if we can set actual with solution, it would be helpful.

Sign in to reply to this post

john70964

Hello Patrice
"Link to live site? For learning purposes?"
I dont quite understand the above question.

Is there something I am doing incorrect here?
Thanks
John

Sign in to reply to this post

PatriceWebAssist

john70964: I was referring to the page that you are working on so we can all learn what the responsive solutions are. Thanks.

Sign in to reply to this post

john70964

Hello Ray
Re http://net100test2.co.uk/BookingForm/booking.php

I placed this code in Sheringham.css but it did not seem to make any difference.

Thanks
John
John

Sign in to reply to this post

Ray BorduinWebAssist

You are missing a closing tag for the previous media query above the code you added... add this above the code I suggested you add and it should start working: }

Sign in to reply to this post
Did this help? Tips are appreciated...

john70964

Thanks again Ray,
I did wonder about that extra closing tag when I saw it and removed it!

I have placed the tag back above you new code but it does not seem to have any effect.

I am sending the css file and wonder if you can see what may be amiss.
many thanks
john

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...