-
Author
-
November 3, 2013 at 17:48 #5787JohnDoeParticipant
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.
November 4, 2013 at 06:35 #5812adamParticipanthey this topic should help you:
https://archived.seventhqueen.com/forums/topic/editing-header-phpNovember 4, 2013 at 08:53 #5813JohnDoeParticipantI 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 🙂
November 4, 2013 at 15:44 #5851adamParticipantCOPY 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 🙂
November 4, 2013 at 19:00 #5860JohnDoeParticipantI will test this right away buddy, let’s see 🙂
November 4, 2013 at 19:18 #5864adamParticipantyea i was just going to tell you i looked at your site and i think you changed that css class name. I tried
COPY CODEul#menu-sweetdate.left { margin-left: -60px; }
and it fit nicely
November 4, 2013 at 20:31 #5868JohnDoeParticipantHow would i allign my logo w the menu now? and it looks like the text from dropdowns in my nav float right suddenly? @adam
November 4, 2013 at 20:39 #5869adamParticipantCOPY 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.
November 4, 2013 at 20:40 #5870JohnDoeParticipanti did that , but it doesn’t change , in F12 it does but not when i do it
November 4, 2013 at 20:44 #5872adamParticipanthm not sure. it works for me with inspect element. see if you have something overriding it in your quick css.
-
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.