Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Sticky Header Cuts Logo In Half

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #169940
    ani7ruddha
    Participant

    I have this wordpress website Your text to link here…

    Its sticky header is collapsed I want it to be exactly as template provider..
    Your text to link here…

    Please help me template not responding from last 10 days and its urgent!

    #170029
    Rohithzr
    Participant

    guess u did it! congos

    #170030
    ani7ruddha
    Participant

    No I havent been able yet…

    I want the logo and menu to be in the same line as in spyropress.com

    However its perfectly fine on scrolling down

    #170031
    chrisburton
    Participant

    Use CSS floats.


    @TheDoc
    @Paulie_D This is a CSS issue not PHP.

    Mod note: moved, thanks!

    #170033
    ani7ruddha
    Participant

    Float as in how?

    #170038
    chrisburton
    Participant
    #170048
    Rohithzr
    Participant
    /* Header Container */
    header > div.container {
        height: 100px;  **// remove this line**
        margin-bottom: -35px;
        position: relative;
        display: table;
        max-width: 1170px;
    }
    

    remove height: 100px from theme.css
    EDIT: ok, wait it does something else

    #170051
    Rohithzr
    Participant

    ok, what you need to do is make a css class say

    .header2{
    height:100px;
    }
    

    and then where ever is your script to bring down the menu, you need to add the above class.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘CSS’ is closed to new topics and replies.