Hi! I want to add a picture to my header below the text, how could I do that? See the picture The website is http://www.lunchjkpg.se Thanks
Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: .wrapper { margin: -15px 0px; } .header { margin: -5px; } .header .logo img { margin-bottom: -12px; } .logo { margin-top: 10px; margin-bottom: 10px; } .menu_container { margin-top: 66px; margin-bottom: 54px; } Adjust the values of margin as you required.
One last question. How can i reduce the linkpanel to 4 instead of 6 ? Tried to erase the code but didn´t work. Thanks
For this Go to the Theme directory >front-page.php file and edit front-page.php file as shown in image. This will solve your issue.