• cevans9921

    (@cevans9921)


    Hey guys,

    Looking for a bit of help. I’m using the responsive theme, so far I’ve managed to get the site to act the way I’d like (for the most part) But the home page on responsive theme supports 2 home page feature content. I would like to make it 1 box and have it so that it will fit across the page. I was able to “hide” the other box with a bit of custom css but I’m not sure if its quite what I needed done sense when I add a photo it only takes up the box it was orginal designated for which is around 440px Any one have any insight on this, it would be much appreciated.

    https://www.geakbot.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi again!

    Try this:

    .home #featured .col-460 {
      width: 100%;
    }
    
    #featured-image {
       display:  none;
    }

    Which will make the left featured content area full width and hide the right hand side ‘featured-image’ area.

    I hope that helps!

    Luke the Daft Duke

    Thread Starter cevans9921

    (@cevans9921)

    Man, your a boss.

    Again thanks, you’ve helped me a ton. Hopefully after all this I can lend a hand to a few people in return. Places like these are why I believe in open source so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Responsive] how to make 1 Main content feature display?’ is closed to new replies.