If you visit my homepage http://www.productionhr.global/desktop-version/ you will see a white banner at the top and I'm not entirely sure why this is showing up, can you please help me get rid of it.
Issue no.2
I would like to offset the logo in the header so that it looks like the design attached. Would you be able to help me with this as well please?
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
I had a play around with the code by inspecting the element on firefox and managed to get as far as the screen shot attached.
I would need the logo to be bigger (I know how to do that) and the navigation banner height to be smaller and then apply the padding to the logo so that It sits half way onto the next section.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Yes you can wrap it in a media query so it works for screen sizes above 1000 pixels .
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
@media only screen and (min-width: 1000px) {
a#logo {
position: relative;
top: 40px !important;
}
}
Also, is there a way that I can change the font in this slider (at the top of the page) to Judson. If you scroll down you will see that I have used this font for all of the titles.
- You will have to change that in the Smart Slider settings .
- Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks Tahir, did you have any thoughts on this comment below?
Also, is there a way that I can change the font in this slider (at the top of the page) to Judson. If you scroll down you will see that I have used this font for all of the titles.
Hi guys,
Issue no.1
If you visit my homepage http://www.productionhr.global/desktop-version/ you will see a white banner at the top and I'm not entirely sure why this is showing up, can you please help me get rid of it.
Issue no.2
I would like to offset the logo in the header so that it looks like the design attached. Would you be able to help me with this as well please?
Thanks
James
Hey James,
Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.
Best
ThemeNectar Support Team
Just turned this off: http://prntscr.com/pi07r8 . Please check .
ThemeNectar Support Team
Hi Tahir,
Thanks for your help. Although I'm not sure you understood what I was looking to do.
Id like the logo to have padding above it so that it shows up like the image attached on all pages... is this possible?
Thanks
James
I had a play around with the code by inspecting the element on firefox and managed to get as far as the screen shot attached.
I would need the logo to be bigger (I know how to do that) and the navigation banner height to be smaller and then apply the padding to the logo so that It sits half way onto the next section.
Thanks
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hi,
Is there a way that this code...
Can only be applied to the desktop version of the site at all?
If that's possible I am sure this ticket would be fully resolved.
Thanks
James
Hey Again,
Yes you can wrap it in a media query so it works for screen sizes above 1000 pixels .
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hi Tahir,
The slider on this page has a grey strip above and below it, is there anyway we can remove this please?
Thanks
Also, is there a way that I can change the font in this slider (at the top of the page) to Judson. If you scroll down you will see that I have used this font for all of the titles.
Thanks
James
- You will have to change that in the Smart Slider settings .
- Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks Tahir, did you have any thoughts on this comment below?
Also, is there a way that I can change the font in this slider (at the top of the page) to Judson. If you scroll down you will see that I have used this font for all of the titles.
Thanks
James
Hey Again,
You have to change in the Slider Settings : http://prntscr.com/pmmxwo .
Best
ThemeNectar Support Team
Thanks Tahir.