Forum replies created
Hi Richard,
Thank you for replying with this information.
May I ask you to remove the previously provided Custom CSS Code for the sticky menu while we await a response from the development team.
Please let me know if there are any more questions that I can answer for you 🙂
Cheers!
Hi Richard,
Thanks for your reply.
We have investigated the URL you have provided us with and we were able replicate this issue as well in our development environment.
I will send this over to the development team so they can investigate this issue.
In the interim if you would like to remove the sticky menu on mobile devices, please use the Custom CSS Code below.
/* Hides Sticky Menu On Mobile Viewports*/
@media (max-width:767px){
.menu-header-sticky {
display: none !important;
}
}
From the screenshot you provided we did notice that the mobile menu was not aligned properly and added the following CSS Code to resolve this issue
/* Mobile responsive support */
@media (max-width:767px){
.nav-holder {
margin: 0 auto !important;
width: auto !important;
}
}
Please let me know if there are any more questions that I can answer for you 🙂
Cheers!
Hi Richard,
Thanks for reaching out to us again.
Kindly could you share with me temporary login credentials so that I can investigate the issue from that end. You may delete or change the credentials after we’re done. Please ensure to mark the reply as Private.
Looking forward to your reply.
Hi Richard,
Thanks for your reply,
I will contact the development team and see if they can provide us with a source to more of the images that are used within the Parallax Slider.
I will notify you about this as soon as this information becomes available.
Cheers!
Hi Richard,
Thanks for your reply.
You may check within the following section of your theme options; Appearance>Theme Options>Header>Header Background Header Top & Bottom Padding and make sure they are set to 0.
OR
You may use the following Custom CSS Code to accomplish this request.
/*Reduces the Top & Bottom Padding to Reduce the Header Height*/
.header {
padding-top: 20px !important;
padding-bottom: 0 !important;
}
Please let me know if there are any more questions that I can answer for you 🙂
Cheers!
Hi Richard,
I hope you are having an awesome day and thanks for contacting us regarding your query.
This is a rather more complex CSS tweak but we are able to provide you with the example Custom CSS Code needed to accomplish this for desktop viewports.
Here is the Custom CSS Code to accomplish this request.
/*Floats the Logo Left & Aligns it with the Text*/
img.img-responsive.normal_logo {
float: left;
position: relative !important;
right: 100% !important;
bottom: 20px !important;
}
Should you require any additional assistance with this request you will need to use the customization services by clicking on the link below.
https://theme4press.com/theme-customization-service/
Please let me know if there are any more questions that I may answer for you 🙂
Cheers!
Hi Olga,
Thanks for using Evolve-Plus!
Can you please confirm which version of the theme you are using? Please update the theme to its latest version if you haven’t already.
See instructions for updating your theme here; https://theme4press.com/docs/theme-installation-update/#update-through-cpanel
Please let me know 🙂
Hi again M,
Thanks for confirming.
Please try this code instead:
/*widget background color*/
.widget-content {
background-color: #ccc;
}
I hope this helps!
Hi M,
Thanks for reaching out to us again.
Try out the following custom CSS code, you can change the values to fit your needs:
///sidebar separator
.widget::after {
border-radius: 100px / 1px;
}
///widget background
#secondary {
background-color: #ccc;
}
Regards.