• Resolved jeferssons

    (@jeferssons)


    Hello, I really liked the plugin. My question is how do I add the logo type. Without breaking the site. Well I would like the logo to appear too =).

    my theme is awaken of themezhut

Viewing 9 replies - 1 through 9 (of 9 total)
  • OK, so first of all for Sticky Class put: #masthead

    Disable at Small Screen Sizes should be around 980

    Under .myfixed css class put this:

    .myfixed { margin:0 auto; max-width: 1180px; width: 100%; } .myfixed .awaken-search-button-icon {display:none;} .myfixed .main-navigation { background: transparent; max-width:800px;float:right;} .myfixed .container {display:inline-block; }.myfixed .site-branding { display:inline-block;height: 60px;min-height: 60px;} .myfixed .container:nth-of-type(1) {width:100%; }.myfixed .container:nth-of-type(2) {max-width:70%;width:70%; float:right}.myfixed .menu {float:right} .myfixed .site-title-text{display:none;} #mysticky-wrap{height:220px!important;} .myfixed .main-navigation a {padding-top:40px;}

    Please let me know if this working for you, it should work with default Awaken theme

    Thread Starter jeferssons

    (@jeferssons)

    Without the code works but the logo does not appear. With the code appears until the advertisement together.
    sticky

    add display none to the .myfixed .your-advertisement class

    Same as I did for .myfixed .awaken-search-button-icon {display:none;}.

    Thread Starter jeferssons

    (@jeferssons)

    The site keeps crashing. My site for your review. =).
    https://bit.ly/myfixedmenu222

    yeah it looks very ugly

    Thread Starter jeferssons

    (@jeferssons)

    Then activated mysticky still got error has to verify? I left active.

    .myfixed .header-ad-area {display:none;} and than style the rest with .myfixed class

    Thread Starter jeferssons

    (@jeferssons)

    I think I’m being very noob! Well, it’s still going on! = /.

    Inside of the css code I sent u earlier change this line:

    .myfixed .container {
        display:inline-block; 
    }

    to

    .myfixed .container {
        display: inline-block;
        width: 100%;
        float: right;
        max-width: 1000px;
    }
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Logo div’ is closed to new replies.