Tagged: , ,

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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 ?

    #412855

    Hey Jonas!

    Do you have a link for the site/page in question please?

    Cheers!
    Rikard

    #412869
    This reply has been marked as private.
    #413405

    Hi!

    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,
    Ismael

    #413565

    Thanks Ismael.

    What about the resonsitivity issue?

    #414795

    Did you see the question about responsivity?

    #415458

    Hey!

    It’s from your LayerSlider and also from the codeblock with the form inside. Make sure the widths are set to 100%.

    Best regards,
    Elliott

    #416400
    This reply has been marked as private.
    #416547

    Just for Info, I tried turning W3T cache off, and its still not responsive.

    #417232

    Hey!

    If you remove the codeblock and the layerslider from the page and save you’ll see it starts working correctly.

    Best regards,
    Elliott

    #417315

    yes, 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?

    #417908

    Hey!

    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,
    Elliott

    #418227

    Hmm see now I set it to 1130 (already tried that) and it dosent work.

    Tried in diff browsers.

    #419589

    Hey!

    Send us a WordPress login and we’ll take a look.

    Cheers!
    Elliott

    #419656
    This reply has been marked as private.
    #420164

    Hi!

    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!
    Ismael

    #421385

    THX :-)

    #421768

    Hey!

    Glad we could help, please get back to us if you should have any further questions.

    Cheers!
    Rikard

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.