This topic has 12 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler
Header is very thick. i want to reduce the height without compromising logo height.
please refer the screenshot. how do i remove extra padding market with yellow rectangle in screenshot
https://www.dropbox.com/s/ypua688xnk728pj/Screenshot%202019-01-17%2023.09.22.png?dl=0
Did but still it’s same. you can check yourself
Here it is – https://prnt.sc/m8sn9p Please clear cache and check one more time.
Regards
menu is centered but still shifted right side, how do i fix it?
Hello,
Please add this custom css code:
.header-xstore .menu-wrapper {
width: 100%;
position: absolute;
}
Regards
also this is my form code
and this is how it looks.
Must be some css issue with this version. How do i fix it?
https://www.dropbox.com/s/89dyity8920kfhv/Screenshot%202019-01-21%2017.44.25.png?dl=0
https://www.dropbox.com/s/s018eypdldlq33o/Screenshot%202019-01-21%2017.43.41.png?dl=0
Change this code
.form-medical input[type="text"], .form-medical input[type="email"] {
background: transparent;
border: 1px solid #98d5e7;
width: 100%;
}
in Custom css for page area
to
.form-medical input[type="text"],
.form-medical input[type="email"],
.form-medical input[type="tel"] {
background: transparent !important;
border: 1px solid #98d5e7;
width: 100%;
}
Regards
still one field has lots of padding
https://www.dropbox.com/s/zlmd1oxrr5zov90/Screenshot%202019-01-22%2013.16.41.png?dl=0
Please change this code:
.form-medical .wpcf7-email {
margin-bottom: 40px !important;
}
to:
.form-medical .wpcf7-email {
margin-bottom: 0px !important;
}
.form-medical .wpcf7-submit {
margin-top: 15px;
}
Regards
xstore demo images that i was using on my website (medical demo is not working)
Hello,
Please provide screenshots and links.
Regards
You must be logged in to reply to this topic.Log in/Sign up