Forum Replies Created
-
AuthorPosts
-
rahul247rocksMember
Hi,
See I want to do it with Hooks I just need the CSS for the adcode so that it floats on the left and not below. I can handle the rest.
Blogging about iPad News, App Reviews at: The New iPad Blog
rahul247rocksMemberHi Can you guys please help me with the header. I used header hook to add a div called Logo and add my icon. Now I want another div with the 728-90 ad code just beside it.
when I add it it is showing below the logo. Please help.
My Current Code
<div id="Logo"> <a href="http://www.thenewipadblog.net"><img src="http://www.thenewipadblog.net/wp-content/uploads/2013/03/Tnib-logo-2013.png" alt="TNIB Logo" /></a></div>
#logo{ float:left; position:relative; width:30% padding-bottom: .1rem; }
Also,How to reduce the padding about the custom Logo Div that is the current header.
Please Help,
Rahul
Blogging about iPad News, App Reviews at: The New iPad Blog
rahul247rocksMemberHi,
Could you kindly solve these issues too. In Metro I want to make my homepage as blogpage. Is there any way to do that. Also how to display posts in the following order.
1. Post Title
2. Right Thumbnail and exerpt wrapped beside it
3. Name, Date, Add Comment etc.
Thanks,
Rahul
Blogging about iPad News, App Reviews at: The New iPad Blog
rahul247rocksMemberNo you are not understanding this is what I want to achieve for the header.
[Logo] [Adsense adcode]
Side by Side for my Metro Template Adsense ad 728-90 Logo 310-90
How to customize the header area Currently I used this code but it's coming pretty weird. I inserted the code in the hooks genesis_header.
<div id="Logo">
<a href="http://www.thenewipadblog.net"><img src="http://www.thenewipadblog.net/wp-content/uploads/2013/03/Tnib-logo-2013.png" alt="Our Logo" /></a>
<div id="google-ads">[[ADSENSE CODE HERE]]</div>Styles
#google-ads{
float:right;
position:relative;
}
#logo{
float:left;
position:relative;
}But It's all coming messed up
Visit: http://www.thenewipadblog.net you will understand the problem.
Please Help! I am new to Genesis.
Thanks,
Rahul
Blogging about iPad News, App Reviews at: The New iPad Blog
rahul247rocksMemberOk I saw the documentation and understood the concept. I need a little help here. My objective is to create a portfolio page and then display thumbnails along with links to a bunch of pages. I used the protfolio widget area to assign a featured page tab. Then I assigned another but they are arranging one below another. But in the lifestyle demo portfolio page they are arranged in a grid. How to do that ?
Blogging about iPad News, App Reviews at: The New iPad Blog
-
AuthorPosts