• Resolved vicdah

    (@vicdah)


    Hey guys!

    I’ll be brief. Somehow I’ve managed to get my logo above the navigation bar on my “Home” but as I copy everything and use the same design on the “Återförsäljare”, the logo just stays under the navigation bar… I’ve also tried to search through the HTML and CSS to find the text that seperates the two.

    Tesseract theme

    Please help!

    http://www.grupp40.icsweb.se

    /Victor

    • This topic was modified 7 years, 3 months ago by Jan Dembowski.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter vicdah

    (@vicdah)

    Okay; so far I’ve recognized that when I change the opacity to max in the spectrum (Header options/header color/homepage opacity) the logo pops up at the top of the page.

    The problem is that this option for opacity is only available att the homepage.

    P.S. I have also tried to change the opacity in the Style.css…

    Best regards
    Victor
    http://www.grupp40.icsweb.se

    First install a CSS plugin. You don’t want to make changes to the style.css file or your changes will be lost the next time you update/upgrade the theme.

    Then copy & paste this rule into the plugin’s option field:

    .page.page-template .site-header {
       position: absolute;
       top: 0;
       left: 0;
    }

    The only thing, though, that’s keeping the extra spacing at the top of the page is an element with the class of .loggauppe. I’m not sure what it’s doing there, but if you can delete it, both pages should look the same. Or you can add some CSS to hide it.

    Thread Starter vicdah

    (@vicdah)

    Hey CrouchingBruin!

    Thank you SO SO SO much for the help. I was really stuck there for a while! Do you also happen to know how to write the code if I want to adjust a specific page with this type of function?

    Because when i apply a background image to my row (via Builder by SiteOrigin) it just goes like 5-10 px from the top instead of the whole way down, so you can’t really see the image. Have a look under “Solskenshistorian” if you have the time to help me! 🙂

    Thx!

    /Victor

    Thread Starter vicdah

    (@vicdah)

    I figured it out! I’m so tired that I forgot to add “Spacer height” *facepalm*…
    Cheers for all help, once again! 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem finding the code that seperates two of my pages.’ is closed to new replies.