• Hi, I would like to know the CSS for more spacing between the menu and the heading of the slider.
    Thanks.
    Have a nice day
    Montserrat

Viewing 14 replies - 1 through 14 (of 14 total)
  • Hello there,

    Please try adding this extra CSS code to Appearance > Customize > Additional CSS from your site dashboard.

    
    .slide-inner {
      top: auto;
      bottom: 0;
      height: auto;
    }
    

    Regards,
    Kharis

    Thread Starter moreneta

    (@moreneta)

    Hello Kharis,
    sorry but did not work.
    Have a look:
    https://touristwalk.es/menu-and-heather/
    Regards,
    Montserrat

    • This reply was modified 7 years, 8 months ago by moreneta.

    I’m sorry for incorrect code. I visited your site. I didn’t see any menu on there. Have you removed it?

    Regards,
    Kharis

    Thread Starter moreneta

    (@moreneta)

    Sorry Kharis,
    try this link:
    https://www.bestpluginsnow.com/wp-content/uploads/2017/08/Menu-and-heather.png

    • This reply was modified 7 years, 8 months ago by moreneta.

    Hello there,

    I am sorry for the long delay.

    I still can’t see it as your site is being under construction / “coming soon” mode — it’s really accessible for public yet. I’m getting something like this:

    Comingsoon mode

    Is there any other way for me to inspect it directly?

    Regards,
    Kharis

    Thread Starter moreneta

    (@moreneta)

    Sorry Kharis I already solve this matter. My only question is what is the correct CSS to have the main menu in one line instead of two?.
    Thanks anyway.
    Regards
    Montserrat

    Awesome!

    Ideally, main menu item should be minimal. Since your menu items are quite long, you’ll need to reduce the spaces between the menu, so that it’ll be resulting one line navigation. To do this, you can add this extra CSS code to Appearance > Customize > Additional CSS to your site dashboard.

    
    #mainnav .menu > li {
      padding-left: 5px;
      padding-right: 5px;
    }
    

    If it isn’t enough, you’ll need to reduce its font size as well, which can be done with this CSS code:

    
    #mainnav ul li a {
      font-size: 12px;
    }
    

    Regards,
    Kharis

    Thread Starter moreneta

    (@moreneta)

    Thanks a lot Kharis it works properly.
    Regards,
    Montserrat

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

    Thread Starter moreneta

    (@moreneta)

    My Logo is at the top of the page with no space between.
    Can I get some CSS code for adding more space ?.
    Thanks for your help.

    Montserrat

    Hello there,

    I’d like to help. But, your site appears to be unavailable for public access. Is there any way for me to see your page in question?

    Regards,
    Kharis

    Thread Starter moreneta

    (@moreneta)

    try this link:
    https://www.bestpluginsnow.com/wp-content/uploads/2017/08/Menu-and-heather.png

    when i see the logo in a mac computer is perfect but when i see the page in a windows the logo is cut. So, maybe i can get some css to repair this, what do you think?
    Thank you Kharis for your help.

    Regards
    Montserrat

    Hello there,

    Thank you for sharing that screenshot. It helped me a lot.

    To manage the header slider content position, you can use the below CSS code:

    
    .slide-inner {
      margin-top: 60px;  
    }  
    

    Regards,
    Kharis

    Thread Starter moreneta

    (@moreneta)

    Hello Kharis,
    Sorry , I tried and do not work.
    Regards,
    Montserrat

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘More Space between the heather menu and the heather slider’ is closed to new replies.