Okay
  Public Ticket #2349927
Spacing & Changing the mobile menu
Closed

Comments

  • Ed started the conversation

    Hey,


    Can you help me change the spacing on 2 things. I have attached a photo of them both. I basically want to move the title page text down a little bit, so it has the same spacing at the top and bottom. The the text text to the contact form, can I make the text block start a bit lower, so it starts the same hight of the contact form.


    For the menu on mobile view, is it possible to change just that font, but so it doesn't change the font on my website for anything else, just the menu. I would like it to be an easy to read font, just like the font on the menu on the computer view. Can I also make that font bigger on the mobile view?


    Thank you so much :)

  •  8,991
    Tahir replied

    Hey Again, Hope you had a Safe Weekend, 

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

    .home .row .col.section-title {
        padding: 0px !important;
    }

    - You need to add 40px top margin to the Text Column so it starts with the Form . You can add it in here : http://prntscr.com/rtzs9m .

    - 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 #slide-out-widget-area .inner .off-canvas-menu-container li a, body #slide-out-widget-area.fullscreen .inner .off-canvas-menu-container li a, body #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a, body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a, body #nectar-ocm-ht-line-check {
        font-family: 'Ubuntu' !important;
    }

    Thanks


    ThemeNectar Support Team