Multiple banner at header, editing header

Posted in: Newspaper
Post count: 2

Hi, generally i open header.php and solve my problem for adding shortcodes,

However when i opened the theme header there is nothing do edit with.

thats why please help

1. Default header is used; i want to make logo size 120 x 120 or 90 x 90 or similar; how can i do it?
Or it is even better let me know php file i can edit from there

2. how can i add shortcode between main menu and mainbody for banner purposes, i can edit php

Thanks for now

Post count: 22421

Hello,

The best way to edit php is by accessing you files via ftp and using a text editor such as notepad++.
1) If you want to edit parts of the header then you need to access one of the header files: http://screencast.com/t/2zAba2Tj
You will need to kn ow a bit of css as well as it is used for the margins you need to alter in order to get your new dimansions to display properly.
2) If you want to add a shortcode for an ad spot at the bottom of the menu, then you need to menu file and use a do_shortcode php function like so:

If you want to place an ad at the bottom of the menu, it’s best to add it inside what is below the menu, not the menu file itself.
In order to do this, you must edit the specific post template or category template or page template you want the add to appear on.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.