Forums

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

Home Forums CSS 1 whole day and still my nav has the same height ..

  • This topic is empty.
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #186214
    misscosmic
    Participant

    Here is the site, it’s a wordpress site. I don’t seem able to hunt down the responsable CSS.
    The main nav needs to be way less high.
    And sure I use Firebug .. but after hours and hours I have no clue anymore .. it really drives my nuts .. Some CSS wizard that could help me out .. ? Kind regards, Petra

    http://www.santoshayoga.fr/testing/

    #186215
    Paulie_D
    Member

    If you put a link in there somewhere…it didn’t work.

    #186217
    misscosmic
    Participant

    oops .. thanks

    #186218
    Paulie_D
    Member

    Is this a theme or something you put together because there’s some pretty odd CSS in there…at first glance.

    #186219
    Paulie_D
    Member

    You have a whole bunch of inline CSS for heights of element as well as !important statements peppered about.

    This could take some time.

    #186220
    misscosmic
    Participant

    It’s a theme called Salient.
    I guess you’re right.
    CSS is still very unclear to me and I throw way too much !importants around ..
    I hope there is hope

    #186221
    Paulie_D
    Member

    I hope there is hope

    Frankly, I’m doubtful….something…my guess is it’s a setting somewhere in the menu backend is setting some inline CSS paddings & heights.

    You wouldn’t normally inline css like that so I assume it’s being injected by JS.

    #186222
    misscosmic
    Participant
    #186224
    Paulie_D
    Member

    Not really…I don’t have time to go through it and, in any case, I really think this isn’t a stylesheet issue..

    It’s a WP setting / suckerfish menu / JS setting somewhere IMO.

    #186228
    misscosmic
    Participant

    ok I understand. thanks for helping.

    I’ll go struggle further .. see if I can hunt down this SUCKER menu. Ciao

    #186229
    misscosmic
    Participant

    sorry one more thing, what is IMO .. ?

    #186258
    misscosmic
    Participant

    Well apparently it was possible. To a programmer it’s maybe ugly, but adding
    header#top nav ul li {
    margin-top: 20px;
    margin-bottom: -50px;
    }
    did the trick

    #186267
    Paulie_D
    Member

    sorry one more thing, what is IMO .. ?

    In My Opinion

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