This topic has 10 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Hi there,
I’m just having an issue that there is a gap between the header and the revolution slider.
This issue has occurred before and have been resolved by changing the custom CSS.
Screenshot: https://ibb.co/dMeFxp
However, after the latest theme update, it’s showing up again.
Can you please have a check and let me know how can I fix it?
Thanks very much
Regards
Graham
Hello,
Unfortunately, I can’t login. Please check wp-admin access.
Regards
Sorry have a check again please, just have the login updated.
Sorry, could you pls also have a check of this CSS code?
Screenshot: https://ibb.co/nPLe8U
———————————–
/*The homepage site width*/
@media only screen and (min-width: 1450px){
.container {
width: 1650px;
}
}
———————————–
This was used to be changing the site width of the Homepage, however, it seems not to be working anymore since the latest updates of the theme.
Any suggestions will be much appreciated!
Kind Regards
Graham
UPDATE:
The 1st “gap issue” seems to be resolved.
Please just have a check of the 2nd “Site Width” issue.
Thank you
Hello,
Please try to add !important;
–
@media only screen and (min-width: 1450px){
.container {
width: 1650px !important;
}
}
Regards
Thank you it worked great except the header shrinks after applying the changes.
I have attached the screenshot in the private content, can you please have a check?
Regards
Graham
Please try to change the code to:
@media only screen and (min-width: 1450px){
.page-wrapper > .container {
width: 1550px !important;
}
}
Regards
Thanks very much!
It worked perfect!
Have a Good time
Regards
Graham
You’re welcome!
Thanks for using our theme.
Have a nice day 🙂
Regards
You must be logged in to reply to this topic.Log in/Sign up