Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #122147
    Olaf
    Participant

    Hi,

    i use the Catch Responsive Pro v4.2

    I deactivated the URL and the slogan over the header image but there is still a very big empty place and i would like to know how i can reduce this free space. Maybe you can do that in within the next update. Maybe as an option.

    The second question is, i would like to have an sign before the menu entry with subtitles. My visitors dont know that there are more content unter the menu entrys because they can see that only if the move over with their mouse.

    How i can insert a sign like “>” – or can you do that with the next update?

    Thank you.

    Best Regards
    Olaf

    #122154
    tikaram
    Keymaster

    @hanmedia : Please post in your site URL.

    Regards,
    Tikaram

    #122155
    Olaf
    Participant

    Hi,

    the address is http://www.aegyptenurlaub.biz/

    Best Regards
    Olaf

    #122163
    tikaram
    Keymaster

    @hanmedia : Go to Appearance => Customize => Additional css and add the following css and save

    #masthead {
    	display: none;
    }
    .menu-item-has-children a:after {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-family: "Genericons";
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        speak: none;
        text-align: center;
        text-decoration: inherit;
        text-transform: none;
        vertical-align: top;
    }
    .nav-primary  li,
    .nav-primary .menu-item:hover {
        position: relative;
    }
    .nav-primary .menu-item-has-children > a {
        margin: 0;
        padding-right: 2.25em;
    }
    .nav-primary .menu-item-has-children > a:after {
        content: "\f431";
        position: absolute;
        right: 0.625em;
        top: 0.8125em;
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #122164
    Olaf
    Participant

    Hi Tikaram,

    now there is no space on top, thank you.

    But in the mainnavigation is no sign for the childsites. Can you check it please?

    Thank you.

    Regards
    Olaf

    #122168
    Olaf
    Participant

    Hi,

    ok, thank you. I don’t know why but there was a mistake when i copy&paste your code.

    I checked again and now it is correct.

    Thank you very much!

    Best Regards
    Olaf

    #122218
    tikaram
    Keymaster

    @hanmedia : Welcome and have a Good day.

    Regards,
    Tikaram

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Header Space and Main Menu’ is closed to new replies.