badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Submenu not clickable

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #45547
    Schuller
    Participant

    Hi.
    Today i see that the submenu at ORGANISATION (http://csu-new-wahl.de/organisation/) ist not clickable. Whats the problem? How can i solve this?

    Thank you.

    #45583

    Hi Schuller,

    Sorry for late reply. We missed your topic.
    It seems that bootstrap CSS is conflicting the main theme CSS please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #access a {
      -webkit-box-sizing: inherit;
      -moz-box-sizing: inherit;
      box-sizing: inherit;
    }

    Thank you!

    #45585
    Schuller
    Participant

    That don’t work. 🙁

    #45728

    Hi Schuller,

    Apologies for the late reply.
    The above CSS code overridden by bootstrap so please disable the bootstrap CSS OR try below code:

    #access a {
      -webkit-box-sizing: inherit !important;
      -moz-box-sizing: inherit !important;
      box-sizing: inherit !important;
    }

    Thank you!

    #46046
    Schuller
    Participant

    The Code don’t works. So i disable the bootstrap Plugin. But now i have a new Problem … can you look at it?

    Now theres the post image always under the regular header image. why? i want the post Image only at the post (like the other posts following the first posts) http://csu-new-wahl.de/aktuelles/

    How can i change that?

    Thank you. 🙂

    #46056

    Hi Schuller,

    You are using slider not a header image. If you would like to disable that image you can disable the slider or remove the post id from the slider settings from customizer.
    However, If you want to exclude the slider post from your blog. You can also set that via slider settings via customizer.

    Thank you!

    #46057
    Schuller
    Participant

    Thank you very much!

    #46077

    You welcome Schuller

    Thank you

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.