-
AuthorPosts
-
March 16, 2015 at 8:54 pm #412567
Hi there,
when I chose a blank “no header- no footer” the pages is not responsive any more (well only that page not the whole website)
Is there a known solution ?
March 17, 2015 at 11:25 am #412855March 17, 2015 at 11:53 am #412869This reply has been marked as private.March 18, 2015 at 6:11 am #413405Hi!
Please avoid editing the theme files directly. Use a child theme. You can add all css modifications in the Quick CSS field or the custom.css file. Control the width of the input fields by using this:
#top input[type="text"] { width: 50%; max-width: 50%; }
Best regards,
IsmaelMarch 18, 2015 at 12:59 pm #413565Thanks Ismael.
What about the resonsitivity issue?
March 19, 2015 at 8:02 pm #414795Did you see the question about responsivity?
March 20, 2015 at 6:39 pm #415458Hey!
It’s from your LayerSlider and also from the codeblock with the form inside. Make sure the widths are set to 100%.
Best regards,
ElliottMarch 23, 2015 at 3:19 pm #416400This reply has been marked as private.March 23, 2015 at 6:21 pm #416547Just for Info, I tried turning W3T cache off, and its still not responsive.
March 24, 2015 at 5:54 pm #417232Hey!
If you remove the codeblock and the layerslider from the page and save you’ll see it starts working correctly.
Best regards,
ElliottMarch 24, 2015 at 7:17 pm #417315yes, ofcaurse you are completly right.
But how should I set up Layerslider? I have triede kind of all kombinations, without any luck.
http://mockup1.dk/wp-content/uploads/2015/03/responsive_topbanner.jpg
And a follow up on the top question
– if I want to change font and border on the text field in the contactform, hoe can I do that?
March 25, 2015 at 4:56 pm #417908Hey!
1. You’ll need to set the “responsive under” option to 1140 or something similar. Currently you have it set to 0 so it’s not going to be responsive.
2. Are you referring to the form in the page your having responsive troubles? If so then drag a codeblock element to the page and add this inside.
<style type = "text/css"> #email { border: 2px solid red !important; } </style>
If that’s not correct then send us a link to the exact page where the contact form is.
Best regards,
ElliottMarch 26, 2015 at 12:56 am #418227Hmm see now I set it to 1130 (already tried that) and it dosent work.
Tried in diff browsers.
March 27, 2015 at 8:14 pm #419589Hey!
Send us a WordPress login and we’ll take a look.
Cheers!
ElliottMarch 27, 2015 at 10:48 pm #419656This reply has been marked as private.March 30, 2015 at 4:31 am #420164Hi!
I’m not sure why the blank template isn’t responsive but you can use the default template then hide the sidebar, header, footer and socket using the layout settings. Check it now: http://mockup1.dk/myten-cardio/
Cheers!
IsmaelMarch 31, 2015 at 5:42 pm #421385THX :-)
April 1, 2015 at 7:12 am #421768 -
AuthorPosts
- You must be logged in to reply to this topic.