Okay
  Public Ticket #2037232
Logo Position
Closed

Comments

  • Mazen started the conversation

    Hello,

    1. How can I change my logo position from top left to centre? 

    2. I have removed the menu burger from the desktop view... it still appears in mobile view.. how to remove it ?

  •  675
    Neuron replied

    Hi,

    1) Please add the following style.

    .wrapper header .header-holder {
        display: none !important;
    }
    .wrapper header .logo {
        display: none !important;
    }

    2) The first one will solves this too.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •   Mazen replied privately
  •  675
    Neuron replied

    Hi Mazen,

    1) To change the footer height, please add the following style in Theme Options > Custom CSS.

    footer .footer-copyright {
        padding: 10px 0 !important;    
    }

    Also, you can decrease or remove the margin bottom of the wrapper.

    .wrapper {
        padding-bottom: 10px !important; }

    2) As for the header, it seems like you're using the header from the Slider Revolution, you can simply remove ours, by adding.

    .wrapper header {
        display: none !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.