This topic has 12 replies, 2 voices, and was last updated 11 years by JohnDoe.

  • Author
  • #5787
     JohnDoe
    Participant

    could you help me doing this?

    tried it myself but the css is kinda complicated to do this 😉

    mobile/tablet was showign messed up after my try.

    #5812
     adam
    Participant
    #5813
     JohnDoe
    Participant

    I copy/pasted ur header.php , its really cool like that, but my nav is too long and gives the bar a second line with only 1 nav item . That’ ain’t looking good. Ciould you help me move the nav to left more so it fits nicely? Also nice job on the Fb like 🙂

    #5851
     adam
    Participant
    COPY CODE
    
    .top-bar ul.left {
    float: left;
    width: 600px;
    margin-bottom: 0;
    margin-left: 50px;
    }
    

    increase margin-left as much as you need. at least that’s what i did. the problem is it looks better in chrome than on other browsers 🙂

    #5860
     JohnDoe
    Participant

    I will test this right away buddy, let’s see 🙂

    #5861
     JohnDoe
    Participant

    Works

    #5864
     adam
    Participant

    yea i was just going to tell you i looked at your site and i think you changed that css class name. I tried

    COPY CODE
     
    ul#menu-sweetdate.left {
    margin-left: -60px;
    }
    

    and it fit nicely

    #5868
     JohnDoe
    Participant

    How would i allign my logo w the menu now? and it looks like the text from dropdowns in my nav float right suddenly? @adam

    #5869
     adam
    Participant
    COPY CODE
    
    #logo img {
    display: block;
    float: left;
    margin-top: -22px;
    }
    

    play around with margin-top. float the drop down text left, just find the css class.

    #5870
     JohnDoe
    Participant

    i did that , but it doesn’t change , in F12 it does but not when i do it

    #5872
     adam
    Participant

    hm not sure. it works for me with inspect element. see if you have something overriding it in your quick css.

    #5873
     JohnDoe
    Participant

    Yeah as i said, with F12 , it shows good, but when i add it to the css and refresh it then it doesn’t show up like it should. nothing is overriding it.

    #5876
     JohnDoe
    Participant

    O and @adam, how would i change the fb like box text color? can’t really find a css attribute to edit.

Viewing 13 posts - 1 through 13 (of 13 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?