Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #237990

    Hi,
    how can I change the theme, so that I have a small logo (40×30) on the left and beside that a I want to write my name (same font and size as the menu points on the right)?

    #238609

    Hey sunshineh!

    You could use the code I posted here: https://kriesi.at/support/topic/disappear-title/ – Kriesi also uses it on his website.

    Cheers!
    Peter

    #293323
    This reply has been marked as private.
    #293537

    Hey!

    Thank you for using the theme.

    Please add this:

    .logo, .logo a {
    overflow: visible;
    }
    
    #top .logo-title {
    position: absolute;
    left: 50px;
    top: -20px;
    }
    
    #top .logo-title.logo-subtitle {
    top: -5px;
    white-space: nowrap;
    }
    
    #top .subtext {
    float: left;
    position: relative;
    top: -25px;
    }
    
    .logo a img {
    top: 25px;
    }

    Cheers!
    Ismael

    #293586

    Hi Ismael,

    thanks a lot!!
    There are only two problems left.
    1. The word “Engineering” is below the header in my website
    2. Is the side is getting smaller , the look should be the same and now there is chaos (big flower, messy text).

    #293840

    Hi!

    Currently your logo is 7x6px. Can you firstly upload a bigger one? It is not visible on my end

    Cheers!
    Yigit

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