Okay
  Public Ticket #2177866
Set Menus
Closed

Comments

  • James started the conversation

    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

  •  8,992
    Tahir replied

    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 

  •   James replied privately
  •  8,992
    Tahir replied

    Just turned this off: http://prntscr.com/pi07r8 . Please check . 


    ThemeNectar Support Team 

  • James replied

    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

  • James replied

    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

  •  8,992
    Tahir replied

    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):

    a#logo {
        position: relative;
        top: 40px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   James replied privately
  • James replied

    Hi,


    Is there a way that this code...

    a#logo {    
    position: relative;    
    top: 40px !important;
    }

    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

  •  8,992
    Tahir replied

    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):

    @media only screen and (min-width: 1000px) {
        a#logo {
            position: relative;
            top: 40px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • James replied

    Hi Tahir,

    The slider on this page has a grey strip above and below it, is there anyway we can remove this please?

    Thanks

  • James replied

    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

  •  8,992
    Tahir replied

    - 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):

    body[data-footer-reveal="1"] .container-wrap {
        padding-top: 0px !important;
    }

    Thanks


    ThemeNectar Support Team 

  • James replied

    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

  •  8,992
    Tahir replied

    Hey Again,

    You have to change in the Slider Settings : http://prntscr.com/pmmxwo . 

    Best


    ThemeNectar Support Team 

  • James replied

    Thanks Tahir.