Tagged: ,

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #974417

    Hello,
    I have a form on each of my pages that looks too large when I look at it on phones. Is there any way to resize it for mobile? I’ve attached my website link in the ‘only visible for moderator section’.
    Thanks!

    #974429

    Hey Cynthia45,

    Can you provide a screenshot of how you view it on your phone?

    Best regards,
    Jordan Shannon

    #974460

    Hey Jordan,
    Sure. How do I add an image to the reply?

    #974463

    Hi,

    You can use this service:

    https://snag.gy/

    Best regards,
    Jordan Shannon

    #974464

    OK
    Here’s the screen capture.
    https://snag.gy/0fyOFW.jpg

    #974465

    Hi,

    Thank you. So are you just looking to shrink the button and make the fields full width?

    Best regards,
    Jordan Shannon

    #974467

    Hi Jordan,
    I’d like it to look more like this.
    https://snag.gy/AFjrJX.jpg

    #974469

    I’d also love it if there was a way to make my image different? or Shrink? on mobile so the text could be read easier (like on the 2nd screenshot I sent)

    #974480

    Hi,

    Add this to quick css:

    @media (max-width: 667px) and (min-width: 320px){
    #_form_13_ ._inline-style{
    float:left!important;
    display:inline!important;
    width:50%!important;
    }
    ._button-wrapper._inline-style #_form_13_submit{
    width:100%!important;
    padding-bottom:20px!important;
    }}

    Best regards,
    Jordan Shannon

    #974557

    Thanks Jordan.
    That put the name and email side by side but everything else is the same. The button is to the left and not full width and it’s overlapping the text below.
    I’ve also decided to add an image, which I can’t seem to get to fit in properly. I’ve picked 80×80 as a size but it’s a little too small. Is it possible to do 100×100? (it’s not in the options to choose from)
    I’d like it to fit within the blue bar on desktop and to be on the left in mobile. I’ve added screenshots for both.

    https://snag.gy/aeoCjn.jpg
    https://snag.gy/aFj2Wp.jpg

    Thanks!

    #974908

    Hi Cynthia45,

    This code is making the button to to be 50%.

    
    #_form_13_ ._inline-style{
    float:left!important;
    display:inline!important;
    width:50%!important;
    }
    

    This code needs to be removed
    Image 2018-06-19 at 20.59.47.png

    And this code added

    
    #_form_13_ ._button-wrapper._inline-style {
      width: 100%!important;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #974921

    Thanks Victoria.
    With the image, I’ve selected the 80×80 size because that’s the smallest to choose from. But it’s a little too small.
    Is there a way to make it a little bigger so that it’s not cut off?

    #975276

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.home #av_section_1 .avia-builder-el-2 .avia_image {
    height: 100px !important; 
    }

    Best regards,
    Mike

    #975291

    Hi Mike,
    I added that to the quick css and the image didn’t change.
    Is there something else I need to tweak?

    #975294

    Hi,
    Please try clearing your browser cache, the change is showing me me:
    2018-06-20_074954

    Best regards,
    Mike

    #975352

    I cleared my cache and it looks like the image you sent.
    It’s still cut off though so maybe it needs to be larger? I’d like it to be able to show the whole image and center it within the blue space.
    Is that possible?
    Thanks!

    #975591

    Hi,
    enlarging this image will not remove the “cut off” it’s apart of the thumbnail
    2018-06-20_185003
    can you link to the full size image, such as dropbox, so we can advise, perhaps include a admin login in the private content area so we can take a closer look at your thumbnail media settings

    Best regards,
    Mike

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