Home › Forums › Legacy Support › Support queries › Other issues › mobile compatibility
Tagged: mobile
- This topic has 12 replies, 3 voices, and was last updated 4 years, 5 months ago by Veronica.
-
AuthorPosts
-
June 9, 2020 at 6:26 pm #267028shanto623ParticipantI have a lots of problem regarding mobile.. please watch the refer video,, https://www.loom.com/share/e01e4ed0347249ceb266f59ddcac2a17June 10, 2020 at 7:49 am #267163JacksonBlockedHello, Okay i have been seen this video,, I will share custom code for these issue . First on which part you want customization , capture screenshot with mark and share the page url also, Note: Capture screenshots with mark one by one, Thanks,June 10, 2020 at 11:17 am #267229shanto623Participant1: logo is too big,, 2: top menu is not showing good+there is no login/signup option. refer: https://prnt.sc/sx5a1g
megamenu not showing properly, and megamenu +(button) is showing. refer: https://prnt.sc/sx5bej
the picture now showing great in width refer: https://prnt.sc/sx5d5s 5.This student grid are not fit, i need them in two row, each row should have same(4) number od student. refer: https://prnt.sc/sx5efd
I think the image is not centered, the text box look big, the button is in down position, refer: https://prnt.sc/sx5fqa
the text gap between the line and the text are not allign properly. . refer: https://prnt.sc/sx5i7v
in footer, this section are not allign properly, they are not stable at vertically or horizontally same.. refer: https://prnt.sc/sx5jkh
in all courses page, the footer is ot looking good, and in testimonial section the code comes out, refer: https://prnt.sc/sx5lb0
June 11, 2020 at 9:08 am #267441JacksonBlockedHello, For first and second issue for mobile device use this code go to appearance>>customize>>custom css and paste code given below: Refer: https://prnt.sc/sxr9zn You can also adjust logo size from appearance>>customizze>>header>>logo size @media only screen and (max-width: 600px){ .univ img#header_mobile_logo { width:90px !important; height:70px !important; } .univ .header_top_main ul.topmenu { right:150px !important; position:relative !important; display:grid !important; grid-template-columns:1fr 2fr !important; } .univ .header_top_main a.vbpregister { position:relative !important; right:100px !important; top:55px !important; } } ==>always remember mega menu not worked for mobile device you have to create another menu that will work fro mobile, ==>This code will help you to adjust the height of home page slider pic: @media only screen and (max-width: 600px){ .vc_row.wpb_row.vc_row-fluid.vc_custom_1590865910844.vc_row-has-fill.vc_general.vc_parallax.vc_parallax-content-moving { height:400px !important } /* for 3 issue code */ .home-page .elementor-image img{ position:relative !important; right:130px !important; } .home-page .elementor-widget-container .elementor-button-wrapper a{ position:relative !important; bottom:40px !important; } } Share other codes early Thanks,June 12, 2020 at 6:57 pm #267881shanto623Participantthank you these code working well,, i need those others,,-
This student grid are not fit, i need them in two row, each row should have same(4) number od student. refer: https://prnt.sc/sx5efd
-
I think the image is not centered, the text box look big, the button is in down position, refer: https://prnt.sc/sx5fqa
-
the text gap between the line and the text are not allign properly. . refer: https://prnt.sc/sx5i7v
-
in footer, this section are not allign properly, they are not stable at vertically or horizontally same.. refer: https://prnt.sc/sx5jkh
-
in all courses page, the footer is ot looking good, and in testimonial section the code comes out, refer: https://prnt.sc/sx5lb0
June 13, 2020 at 7:57 am #267945JacksonBlockedHello,- Use this code: @media only screen and (max-width: 600px){ .home-page #member_grid892 ul.member_grid { display: flex !important; flex-flow: row wrap; } .home-page #member_grid892 ul.member_grid li{ flex-basis: 25% !important;
Looking fine: https://prnt.sc/syx2rk
All things in a div: https://prnt.sc/syx3op Refer: https://prnt.sc/syx1kg
June 13, 2020 at 11:32 am #267976shanto623Participanthey thanks.. what about the footer section ??-
in footer, this section are not allign properly, they are not stable at vertically or horizontally same.. refer: https://prnt.sc/sx5jk
June 13, 2020 at 1:37 pm #268020shanto623Participant- @media only screen and (max-width: 600px){
.home-page #member_grid892 ul.member_grid {
display: flex !important;
flex-flow: row wrap;
}
.home-page #member_grid892 ul.member_grid li{
flex-basis: 25% !important;}
your code is okke, but when i refresh the page, nothing has been changed, everytime it generates a new unique grid_id, you use the grid892, but when i refresh there will be another one,,, so ultimately your code is not working,,
}
June 15, 2020 at 7:14 am #268214JacksonBlockedHello, Share admin credentials i will replicate same code on your website, This one: .home-page #member_grid892 ul.member_grid { display: flex !important; flex-flow: row wrap; } .home-page #member_grid892 ul.member_grid li{ flex-basis: 25% !important; } } For fotter make align use these codes: @media only screen and (max-width: 600px){ .footertop .footerwidget.widget_text { padding-right:100px !important; position:relative !important; } } Refer: https://www.screencast.com/t/u2sK9Srq Thanks,June 15, 2020 at 11:20 pm #268423shanto623ParticipantThis reply has been marked as private.June 16, 2020 at 8:47 am #268515JacksonBlockedHello,- This is fixed : https://prnt.sc/t0lgo1
Footer fixed: https://prnt.sc/t0lprx
Make sure everything updated and deactivate all third party plugins as well,
Thanks,
June 16, 2020 at 7:31 pm #268667shanto623Participantthank you so much... all problems are solved.. please close the topic..June 17, 2020 at 10:44 am #268825VeronicaModeratorglad to know it helps you
closing this topic as issue is resolved
-
AuthorPosts
- The topic ‘mobile compatibility’ is closed to new replies.