Adding a banner ad to the bottom

Discussion in 'Figero WordPress Theme' started by scampisi, Apr 28, 2013.

  1. scampisi

    scampisi New Member

    Joined:
    Dec 16, 2012
    Messages:
    21
    Likes Received:
    1
    I would like to add a full-width banner ad to the bottom of my Figero Responsive PRo theme. I can add text to the "Home Page Full Cols" section in my theme editor, but I'd alike to add an ad there. I would also consider just removing the entire text section, and just replacing it with a full-width image. I believe that container is called grid_24.
     
  2. scampisi

    scampisi New Member

    Joined:
    Dec 16, 2012
    Messages:
    21
    Likes Received:
    1
    Ok, so I found out from this forum that I can simply insert HTML into the "Home Page Full Cols" section and it will display my images. However, the size on that container is set at a staic size and if my image is to large, it displays scroll bars, rather than extending the size of the container. Does anyone where I can edit the size of the "Home Page Full Cos" box?
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please do let me know what code you are adding to set banner image in the "Home Page Full Cos".
    Because if you add simple image there by adding code

    '<img src="your image address">'

    Then image will cover space according to it's size.
     
  4. scampisi

    scampisi New Member

    Joined:
    Dec 16, 2012
    Messages:
    21
    Likes Received:
    1
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .index-container div.box {
    height: auto ;
    padding: 0px;
    overflow: hidden;
    border: none;
    background: none;
    }
    This will solve your issue.
     
  6. scampisi

    scampisi New Member

    Joined:
    Dec 16, 2012
    Messages:
    21
    Likes Received:
    1
    FANTASTIC~!! Thanks so much for the help. That was exactly what I was wanting! I am really impressed with this theme and now I am even more impressed with your support. I will definitely look forward to using y'all's themes in the future.
     
    Piyush likes this.

Share This Page