Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #622374

    See attached.

    Two off center. Centered on desktop, though on mobile android and iphone slightly not centered.

    Separator with 3dot icon under the “latest news” line width larger on left than right
    Contact form email entry field off to the right 1-2px

    listed site under private credentials as not live.

    #622394

    Hey calvary21concepts!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .responsive .avia_ajax_form .form_element {
        margin-left: 0;
    }}

    Seperators on the other hand, looks centered on my end :/

    Cheers!
    Yigit

    #622517

    Email contact form field is corrected. Centered. :) how do i email or upload attachment of separator off center?

    #622635

    Hi!

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    #622666
    #623010

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .home .avia-builder-el-29 .inner-border-av-border-thin {
        width: 38%!important;
    }}

    Cheers!
    Yigit

    #623099

    Awesome. Last one
    Top bar
    https://www.dropbox.com/s/k0o5zweupqb7va0/Screenshot_2016-04-27-08-30-18.png?dl=0
    social icons offset to right 1-2px and a grey line on right side..(wierd)

    last one. awesome support

    #623103

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    .av_icon_active_right .social_bookmarks { padding-left: 0 !important; }}

    That border on the right side is the indicator of scroll bar :)

    Regards,
    Yigit

    • This reply was modified 8 years, 6 months ago by Yigit.
    #623195

    alright dude. wierd.
    the email notification said:
    @media only screen and (max-width: 480px) { .av_icon_active_right .social_bookmarks { padding-right: 0 !important; }}

    definitely padding left.

    Awesome.
    please close as solved.

    #623379

    with regards to
    @media only screen and (max-width: 480px) {
    .home .avia-builder-el-29 .inner-border-av-border-thin {
    width: 38%!important;
    }}

    This only applied to the one element.
    The solution for me was to 1. not use odd percentage, creates visible offset in all that were 45%. 2. change each separator with 38%.

    cheers

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Separator & text input on contact form off center on mobile’ is closed to new replies.