-
AuthorPosts
-
November 2, 2015 at 9:42 pm #528823
Hi, I am having trouble figuring out how to get these two areas to be the same length, regardless of the content. I have used a background image in the sidebar menu area, which also contains widgets. It would be nice if the background image could fill the length of the area. Or, I am open to an alternative method. I did try using a gradient fill from the Theme Options but it still did not fill the area properly. Can you help me out? Thanks!
#header_main .container {
background-image: url(“http://dlcmed.rushforthdesign.com/wp-content/uploads/2015/11/main-menu-bg.jpg”);
}November 2, 2015 at 11:28 pm #528877Hey KarenRushforth!
Please try
#header_main .container { background-image: url(“http://dlcmed.rushforthdesign.com/wp-content/uploads/2015/11/main-menu-bg.jpg”) repeat-x; }
let me know if that worked as should.
Cheers!
BasilisNovember 3, 2015 at 12:36 am #528896Hi,
No, that did not work at all. Image is not showing at all, it shows only the body background.November 3, 2015 at 6:17 pm #529540Hey!
use this code instead:
#header_main .container { background: url(https://dlcmed.rushforthdesign.com/wp-content/uploads/2015/11/main-menu-bg.jpg) no-repeat; }
Regards,
AndyNovember 3, 2015 at 7:49 pm #529598That does not work. The main content container and the sidebar menu do not make themselves the same length. The main content container adjusts according to how much content is in there. The sidebar menu should adjust to the length of the main content container. The footer should span the width of the sidebar menu and main content container and show below both areas.
November 4, 2015 at 10:41 am #529853Hey!
seems to work fine for me:
Clear browser cache and hard refresh a few times.
Regards,
AndyNovember 4, 2015 at 6:44 pm #530351Hi Andy,
Thanks for your reply. imgur is not working…I posted a pic on my site to show you what I mean.
Thanks again,
KarenNovember 5, 2015 at 4:02 pm #530874Hey!
hm? I don’t understand what you want to show me with that screenshot. Before my code your menubar looked like this:
When implementing my code your menubar looks like this:
http://i.imgur.com/BardWwrlI thought these changes are what it’s all about? What else do you want to achieve?
Regards,
Andy- This reply was modified 9 years ago by Andy.
-
AuthorPosts
- You must be logged in to reply to this topic.