Text height on header of app is not aligned properly and also notification and wishlist tab..
https://prnt.sc/pdb9uo
https://prnt.sc/pdbam5
please see the screenshot and resolve..
yes
I have the same issue
I tried to find related styles of them but could't find
Hi,
We exactly can not give you code without having src. But if you are facing issue you can use this CSS in src>theme>variable.scss
page-updates ion-title div{
margin-bottom : 20px;
}
page-updates ion-title div{ margin-bottom : 20px; }
Not working in this code...
please see the screenshot -> https://prnt.sc/pdb9uo
I want to all ion-title(home,profile,update and wishlist)...not only update tabs...
Hi,
Also, let us know which device you are running or web. we need your src to add CSS for this.
Share with us in a private reply.
This reply has been marked as private.
Hi,
If you want for all ion-title:-
Use this CSS : <span style="color: #313b3d; font-family: Poppins; font-size: 18px;">ion-title div{ margin-bottom : 20px; }</span>
It will make all ion-title push to top.
which place are use in this css code???
Hi,
Please check the previous reply.CSS will be in
src>theme>variable.scss at the end of file refer this: http://prntscr.com/pkev19
I put this code in variable.scss....But i got a error in a line <span>...
This reply has been marked as private.