Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dulbie17

    (@dulbie17)

    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.

    Thread Starter dulbie17

    (@dulbie17)

    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?

    Thread Starter dulbie17

    (@dulbie17)

    thank you so much for writing back!!! any ideas of what css coding I need to use? I am a css newbie.

    I 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 ??

Viewing 4 replies - 1 through 4 (of 4 total)