Hi There
I was hoping I could get some assistance with changing the mobile layout website from the below
to look like this
A user seeks help adjusting their mobile website header layout to reposition elements including the menu drawer, search box, logo, and account icon. They provide before/after comparison images showing the desired configuration.
Solution provided:
Follow-up issue:
Current status:
Hi There
I was hoping I could get some assistance with changing the mobile layout website from the below
to look like this
Hello Sir,
Please Share Your Store Preview Link
Sir,
Can you Share Password?
JuraT3mp3st@Hunt3r
Add this code in edit code > base.css file
@media screen and (max-width:767px){
header.header.header--middle-left.header--mobile-left.page-width.header--has-menu.header--has-account {
display: grid !important;
}
header-drawer {
grid-column: 4 / 4;
grid-row: 1 / 2;
margin: 0;
}
.EzfyHeaderSearch.EzfyHeaderSearch--mobile {
grid-row: 2 / 3;
grid-column: 1 / 6;
}
.header__icons.header__icons--localization.header-localization {
grid-column: 5 / 5;
grid-row: 1 / 1;
}
a.header__icon.header__icon--account.link.focus-inset.small-hide {
display: grid !important;
}
h1.header__heading,a.header__heading-link.link.link--text.focus-inset {
grid-column: 1 / 2;
}
}
Thank you so much, that worked. Can you tell me how I can space it out just a bit more between the logo and drawer?
add This css in you edit code > base.css file
@media screen and (max-width:767px){
header-drawer{
padding-left: 3rem;
}
}
Thank you so much. This worked
Hi there, could you please take a look at my code. I am not sure what has happened however the search box has shifted. I cannot seem to get it back to the original location. Your assistance would be greatly appreciated
Add this css in edit Code > base.css file
@media screen and (max-width:767px){
header.header .gizmosphereHeaderSearch.gizmosphereHeaderSearch--mobile {
grid-row: 2 / 2;
grid-column: 1 / 6;
}
}
Mobile layout is essential for enhancing user experience on smaller screens, particularly for processes like registration. When it comes to SIM registration globe the design needs to prioritize clarity and accessibility. Features like streamlined forms, intuitive navigation, and touch-friendly buttons make the registration process smoother. An optimized mobile layout ensures that users can complete their registrations easily, ultimately improving engagement and compliance.
sistem pengurusan identiti (idme) kpm yang digunakan untuk memastikan keselamatan dan ketulenan maklumat pengguna. Ia membantu dalam proses log masuk dengan ciri keselamatan tinggi, mengesahkan identiti pengguna untuk mengakses perkhidmatan kerajaan, kewangan, dan lain-lain secara selamat
For the mobile layout issue, he just needs to select the image and set it to full width. that should resolve the layout problem on smaller screens.
Also, I’ve designed and developed many websites using Gutenberg, including a project for IDme. Feel free to check out my previous work if you’d like to see examples of how I handle responsive design.