Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter galavanting

    (@galavanting)

    Awesome! I think I’m fixing it, thanks to your help. Thank you very much! I knew it would have been easier than I thought, Just couldn’t find the right spot!

    Thread Starter galavanting

    (@galavanting)

    hello again!

    trying to make the body of my website centered while keeping the header and navigation full width.
    Any suggestions?

    Thanks!

    Thread Starter galavanting

    (@galavanting)

    Thanks for your speedy response!
    I have made a child theme, I know it looks like a mess, but for some reason it only worked for my to copy and paste a lot of the codes into the child theme. What should the </div> look like? Do I add it to the header.php?

    thanks so much again!

    Thread Starter galavanting

    (@galavanting)

    Hey fabianapsimoes, what would the div code be to put on top of the socialicons div? I think that will be the last step.

    Thanks!!

    Thread Starter galavanting

    (@galavanting)

    hmm, think I got somewhere with it. Just need to figure out how to resize it to go only behind the icons. Thank you both so so much for all your help. It was an open bracket somewhere that fixed it. Any last minute suggestions would be appreciated, but you both have done so much!
    Thank you again!!!

    Thread Starter galavanting

    (@galavanting)

    Thanks for the help! i’ve been fixing the codes, and trying to work on that, however for some reason the background color is still not working. I inputed the exact code you created into the social icons div. I apologize for my ignorance, but I just cannot figure this out!!

    Can you see where the problem is?
    Again, I GREATLY appreciate the assistance!!!

    Thread Starter galavanting

    (@galavanting)

    I appreciate your help so much, but I am still a little bit lost. I tried adding another div into the header but it didn’t seem to work. I put it right under the socialicons div, and nothing worked. Is there a code to put into css as well? Is there a specific way to write the code that I am doing incorrectly? Im sorry, I’m really slow with this. I don’t want to add a widget just yet because I would like it to be part of the css rather than just a widget.

    Thank you again so much for all your help!

    Thread Starter galavanting

    (@galavanting)

    Thank you for responding to fast fabianapsimoes!

    I am new to this and don’t understand exactly what the coding would be to move the div on top of the social icons div. Do I have to add another document to the theme?
    any further explanation would be greatly appreciated!

    Thanks!

    Thread Starter galavanting

    (@galavanting)

    I am unable to change the font color to white. It is black on black right now and I can not find where to change the font color. I would also like to be able to make it so the hover is black font with white writing in the drop down navigation.

    Thread Starter galavanting

    (@galavanting)

    .main-navigation ul.nav-menu,
    	.main-navigation div.nav-menu > ul {
    		border-bottom: 1px solid #000000;
    		border-top: 1px solid #000000;
    		display: inline-block !important;
    		text-align: center;
    		width: 100%;
    	}
    	.main-navigation ul {
    		margin: 0;
    		text-indent: 0;
    	}
    	.main-navigation li a,
    	.main-navigation li {
    		display: inline-block;
    		text-decoration: none;
    	}
    	.main-navigation li a {
    		border-bottom: #000000;
    		color: #000000;
    		line-height: 3.692307692;
    		text-transform: uppercase;
    		white-space: nowrap;
    	}
    	.main-navigation li a:hover {
    		color: #000;
    	}
    	.main-navigation li {
    		margin: 0 40px 0 0;
    		margin: 0 2.857142857rem 0 0;
    		position: relative;
    	}
    	.main-navigation li ul {
    		display: none;
    		margin: 0;
    		padding: 0;
    		position: absolute;
    		top: 100%;
    		z-index: 1;
    	}
    	.main-navigation li ul ul {
    		top: 0;
    		left: 100%;
    	}
    	.main-navigation ul li:hover > ul {
    		border-left: 0;
    		display: block;
    	}
    	.main-navigation li ul li a {
    		background: #000000;
    		border-bottom: 1px solid #000000;
    		display: block;
    		font-size: 11px;
    		font-size: 0.785714286rem;
    		font-color:#000000
    		line-height: 2.181818182;
    		padding: 8px 10px;
    		padding: 0.571428571rem 0.714285714rem;
    		width: 180px;
    		width: 12.85714286rem;
    		white-space: normal;
    	}
    	.main-navigation li ul li a:hover {
    		background: #000000;
    		color: #000000;
    	}
    	.main-navigation .current-menu-item > a,
    	.main-navigation .current-menu-ancestor > a,
    	.main-navigation .current_page_item > a,
    	.main-navigation .current_page_ancestor > a {
    		color: #000;
    		font-weight: bold;
    	}
    Thread Starter galavanting

    (@galavanting)

    The child theme style sheet

    Thread Starter galavanting

    (@galavanting)

    galavantingtomarvel.com is the site.

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