Tagged: ,

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #362792
    #362825
    This reply has been marked as private.
    #362855

    Hi!

    1- Please add following code to Quick CSS as well

    @media only screen and (max-width: 640px) {
    ul.noLightbox.social_bookmarks { position: relative; top: 15px!important; }}

    2- Sure we can, but please contact Kriesi using contact form here – http://kriesi.at/contact and ask if it is possible to change your username.

    Regards,
    Yigit

    #362888
    This reply has been marked as private.
    #362897

    Hi!

    I could not reproduce the issue but please add following code to Quick CSS as well and adjust as needed

    @media only screen and (max-width: 480px) {
    .responsive .logo img { max-width: 80%; }}

    Regards,
    Yigit

    #364616
    This reply has been marked as private.
    #364642
    This reply has been marked as private.
    #364955

    Hey!

    Please add following code to Quick CSS

    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
    padding-top: 165px;
    }

    Please edit your page and choose to display “Title and breadcrumbs” under Layout Section. If that does not work, please create a temporary admin login and post it here privately so we will look into it

    Regards,
    Yigit

    #368564
    This reply has been marked as private.
    #369286

    Hi!

    You can add a top padding on the menu items:

    .main_menu ul:first-child > li a {
    padding-top: 30px;
    }

    Use css media queries to adjust the top padding on smaller screen sizes. Or use this:

    .main_menu > div > ul.av-main-nav > li > a {
    padding-top: 30px !important;
    }

    Cheers!
    Ismael

    #369437
    This reply has been marked as private.
    #369523

    Hi!

    Please add following code to Quick CSS as well

    .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
    padding-top: 157px;
    }

    Cheers!
    Yigit

    #372664
    This reply has been marked as private.
    #372666

    Hey!

    Please add following code to Quick CSS

    .title_container .main-title a {
    font-size: 12px;
    }

    Cheers!
    Yigit

    #372710
    This reply has been marked as private.
    #372719

    Hey!

    Please use following code instead

    #top .title_container .container {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 36px;
    }

    Cheers!
    Yigit

    #372722
    This reply has been marked as private.
    #372725

    Hey!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Header Logo’ is closed to new replies.