dulbie17
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need photo wider than column/text width? Possible?oh okay!
I could do that, but I was hoping to have the picture go to the edge of the page (it’s a picture of a line) and the text stay at 900px. the picture is actually just of a line… so I want to use it as a separator on the page and it looks dumb if it just ends at 900px.
Forum: Fixing WordPress
In reply to: Need photo wider than column/text width? Possible?okay, it’s not finished yet so it’s not the real URL. can I copy the style.css coding for you here? would that work?
Forum: Fixing WordPress
In reply to: Need photo wider than column/text width? Possible?thank you so much for writing back!!! any ideas of what css coding I need to use? I am a css newbie.
Forum: Themes and Templates
In reply to: Issue with drop down menuI have spent SO MANY HOURS trying to find the answer to this question as I am using the same theme and had the same problem… I JUST finally fixed it, and made an account to respond to your message in hopes to save you time and stress!!! here’s what I found to work for me, I’ll just paste my coding in for you!
(right where your coding you pasted above ends, is where you should be changing all the items)
#menu ul li a { /*This is the drop down stufff */ text-align:center; float:right; background-color:#000000; margin:0px 10px -30px -25px; padding:10px 10px 10px 10px; font-size:10px; width:108px;
you can change the text alignment in the first line, and the margin and padding > play around with those too. but the theme was missing the bottom width section which made it a solid box around the drop down menu with no spaces or just highlighted words. if you change the “108px” to a different number to make the drop down menu smaller or bigger, just make sure you change the “width: 108px” in the section right above that! hope this helps ??