Home Forums ArileWP Pro Top Header and main slider

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #11568
    Ömer G
    Participant

    Hi,
    I want to reduce the distance between top header and mail slider…
    How can I do that?

    #11581
    themearile
    Keymaster

    Hi Omer G

    Okay, Please see the screenshot https://prnt.sc/w25ptv and confirm it, do you want it to look like this.

    Thanks

    #11647
    Ömer G
    Participant

    Yes this look very good. Please share the CSS codes

    #11651
    themearile
    Keymaster

    Hi Omer G

    Okay for this, please go to the Appearance ->> Customize ->> Additional CSS. Now paste the CSS code below then click to Publish button.

    @media (min-width: 992px){
    .navbar .nav {
        margin-bottom: 0.438rem;
        margin-top: 0.438rem;
    }
    }

    Let us know if works.

    Thanks

    #11657
    Ömer G
    Participant

    Thank you; this worked.

    However this time the distance between drop down menu and the main menu is to wide… as you may see the screenshot below.

    How can I solve it?

    https://prnt.sc/w42fyo

    #11689
    themearile
    Keymaster

    Hi Omer G

    Okay, please also the CSS code in the Additional CSS box. please go to the Appearance ->> Customize ->> Additional CSS. Now paste the CSS code below then click to Publish button.

    @media (min-width: 992px){
    	.navbar .nav .dropdown-menu {
    		top: 47px !important;
    	}
    }

    Let us know if it works.


    Thanks

    #11694
    Ömer G
    Participant

    Thank you; it worked.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Top Header and main slider’ is closed to new replies.