.row sizing for my header.
-
There is a beige background bar to give contrast to the nav bar.
Ive been trying to figure out how I can keep the background color’d bar to become fixed in its smaller position.
If you go onto the website and then scroll down only ONCE the background color’d bar becomes half its size.I want to make that permanent.
I hope this is enough info to help!
The blog I need help with is: (visible only to logged in users)
-
Hi, add the following to your custom CSS.
#header.header-large .menu-container { padding: 12px 0; } -
Thank you so very much! I knew I didn’t have the targeting right.
Could you help me with one more thing?
I’m trying to change the buttons on my website. I want the buttons on the home page with the images behind them to have a white fill so that it give better contrast with the background images.
-
Hi, there are two CSS classes we have to target. I’ve put them both in the same CSS rule, comma separated and then added the one background color declaration.
a.button, .slideshow .more-link { background-color: #fff; }
- The topic ‘.row sizing for my header.’ is closed to new replies.