Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #49868
    Stephan
    Participant

    Hi Sakin,

    i translated the theme options complete in german.

    I have 2 question:

    I need more space between the 3 upper and lower content fields.

    under “news” the about the topics the theme shows the category under the menu. How could i disable the fields ”
    Kategorie Archiv Aktuell

    News und Informationen”

    plz check the url: bewegungsfelder.de

    How could i sent you the german translation?

    Regards

    bewegungsfelder

    #49885
    Sakin
    Keymaster

    @Stephan: Ok I will email you and then you can send me the German translation. Also looks like you have customize the core theme files inside ‘catch-everest-pro’ folder. You are not supposed to edit/add any files inside this folder as all the changes will be reverted back to original when you update the theme. Also I see that you style.css file is not complete one as per the original file. So, can you first update these files then I can check in.

    #49896
    Stephan
    Participant

    Hi Sakin,

    i updated now version 3.0 to delete the custom files in core theme.

    Here is my custom css (entered in theme options):
    /* nicht anzeigen von :Namen der postenden Person, Kategorie, Keywords*/
    .entry-meta { display: none; }

    /* Kleinbuchstaben im Menü*/
    #header-menu ul.menu a { text-transform: lowercase; }

    /* Rand zwischen Logo, Social Media Widget und Menü verkleinern*/
    #site-logo { padding-top: 20px; }
    #hgroup-wrap { padding-bottom: 5px; }

    /* HauptMenü lesbarer machen*/
    #header-menu ul.menu a { font-size: 16px; font-weight: bold; line-height: 4.5rem; }

    /*Höhe des Untermenüs reduzieren*/

    @media
    screen and (min-width: 1060px) { #header-menu ul.menu ul a { line-height: 15px; }}

    /*Mouseover Effekt auf Slider-Text verhindern*/
    #main-slider .entry-title span:hover,
    #main-slider .entry-content:hover,
    #slider-nav a:hover { background: rgba(255, 255, 255, 0.7); color: #222; }

    /*Abstand zwischen Slider und 3 Feldern reduzieren*/

    @media
    screen and (min-width: 961px) { .home #main { padding-top: 10px; }
    .home .hentry { padding-bottom: 10px; }

    Regards Stephan

    #49944
    Sakin
    Keymaster

    @Stephan: Thanks. The spaces between are reduced by your custom css. Remove the following css from custom css and it will be like in our demo page:
    .home .hentry { padding-bottom: 10px; }

    #49964
    Stephan
    Participant

    Thank you Sakin. It looks perfect.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘more space betwenn optional content’ is closed to new replies.