crazy_squirel78
Forum Replies Created
-
Forum: Plugins
In reply to: [YouTube Advanced Embed] Cannot change the width and height?I am so confused please someone help before this gets all to hard and I use another plugin ??
Forum: Plugins
In reply to: [Contact Form 7] Cpacing between check boxesPlease help all I want to do is add some css that ensures that there are automatically four check boxes per line evenly spaced apart please does anyone know the css I need to add to achieve this please??
Forum: Plugins
In reply to: [Contact Form 7] Cpacing between check boxesthank you I can see there is an area that allows me to update the css in the website template across the entire site I have added the below css however it places everything in one line down the page, what css do I need to add to ensure that it will automatically add 4 checkboxes at equal length across the page when I add these???
span.wpcf7-list-item {
margin-left: 0.5em;
display: block;
}Forum: Themes and Templates
In reply to: Contact form not working properly on Internet Explorer??can you email chris (at) searchdoctor.com.au would b happy to pay you to fix for me ??
Forum: Themes and Templates
In reply to: Contact form not working properly on Internet Explorer??I am using the theme Bouquet i just need the contact page to ensure that all letters i.e. the letter J fits in the boxes when filling out the contact form when on Internet Explorer.
What do I need to add, can I send you the login for the site??
Forum: Themes and Templates
In reply to: Contact form not working properly on Internet Explorer??Can something be added to this to ensure all versions of Internet Explorer make the contact form https://www.smartchildcare.com.au/contact-us/ have information fit in where it should???
or do I have to still do the previouse things in this post?Forum: Themes and Templates
In reply to: Contact form not working properly on Internet Explorer??I found this in the existing css
/* =IE Styles
————————————————————– */#ie8 #site-title a {
background: #fff;
}
#ie8 img.size-auto,
#ie8 img.size-full,
#ie8 img.size-large,
#ie8 img.size-medium,
#ie8 .format-gallery .attachment-large,
#ie8 .entry-attachment img,
#ie8 .widget-area img {
width: 100%; /* Prevent vertical stretching */
}
#ie8 .entry-date {
background: #ffebf2;
left: -5.2em;
z-index: 9999;
}Forum: Themes and Templates
In reply to: Contact form not working properly on Internet Explorer??This is the problem I have not actually created an all-ie-only.css file so do I just copy the current css across to the all-ie-only.css file and then edit this file to be appropriate for when browsers are using Intrnet Explorer is this correct?
If so I am not sure what I need to edit in the all-ie-only.css to ensure that when the https://www.smartchildcare.com.au/contact-us/ Contact form is pulled up on Internet Explorer that all the letters fit into each imput area??