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.
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?
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.
You can look at the site here: http://cpanel76.gzo.com/~dominofe/ I even reduced the height of the image, to where it is smaller than i want, but it still shows scroll bars. I'd like to remove the entire text box if possible, but I definitely need the image to display in as large a format as possible. The code I am using is: <img src="http://cpanel76.gzo.com/~dominofe/wp-content/uploads/2013/04/WeeklyAd-4-27-800pxWide.jpg" />
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.
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.