How to have a image on top-header?
November 2012 WordPress Theme
- GK User
- Thu Apr 18, 2013 12:45 pm
Hi there!
My customer want´s to have a image on the very top of page, like this layout image:
http://www.catchline.fi/support/panoramakuva_3.jpg
So basicly I wish to have a large full width image on the place of the top "paper".
I have a playground installaion here:
http://www.catchline.fi/vihrea-temp/
How to begin with this? I really do not need any of the social icon or so, they are not used in the end:
http://vihreaplaneetta.fi/
Yours,
Pekka
My customer want´s to have a image on the very top of page, like this layout image:
http://www.catchline.fi/support/panoramakuva_3.jpg
So basicly I wish to have a large full width image on the place of the top "paper".
I have a playground installaion here:
http://www.catchline.fi/vihrea-temp/
How to begin with this? I really do not need any of the social icon or so, they are not used in the end:
http://vihreaplaneetta.fi/
Yours,
Pekka
-
- Junior Boarder
- GK User
- Thu Apr 18, 2013 1:32 pm
Hi,
I think the easiest way to achieve this image is edit Publisher/css/template.css file (I have tested this on your http://vihreaplaneetta.fi/). Then find #gk-topbar selector - around line 417 and replace this selector with this one:
your-top-background.png file goes to Publisher/images directory. If you want to use bigger image (higher), just increase padding-bottom property.
I think the easiest way to achieve this image is edit Publisher/css/template.css file (I have tested this on your http://vihreaplaneetta.fi/). Then find #gk-topbar selector - around line 417 and replace this selector with this one:
- Code: Select all
#gk-topbar {
background: url('../images/your-top-background.png');
padding-bottom: 50px!important;
margin: 0 auto 10px auto;
width: 980px;
}
your-top-background.png file goes to Publisher/images directory. If you want to use bigger image (higher), just increase padding-bottom property.
-
- Moderator
- GK User
- Tue May 05, 2015 2:11 pm
Hello!
I did this with the new publisher version. But now it does not work anymore!
template.css is attached here.
What now?
I did this with the new publisher version. But now it does not work anymore!
template.css is attached here.
What now?
-
- Junior Boarder
- GK User
- Tue May 05, 2015 9:58 pm
Hello,
Top bar widgets are not visible now, did you remove or move these widgets? You have to add any widget into topbar widget area.
Top bar widgets are not visible now, did you remove or move these widgets? You have to add any widget into topbar widget area.
-
- Moderator
- GK User
- Thu May 07, 2015 9:26 am
Thank you!
Now it´s cool, but on small resolution the image floats wide and this looks bad.
http://vihreaplaneetta.fi/
Can you tell anything about this?
Pekka
Now it´s cool, but on small resolution the image floats wide and this looks bad.
http://vihreaplaneetta.fi/
Can you tell anything about this?
Pekka
-
- Junior Boarder
- GK User
- Thu May 07, 2015 12:25 pm
Try to add this code at the end of your css/tablet.css file:
- Code: Select all
#gk-topbar {
margin: 0 -15px!important;
}
#gk-head {
margin: -180px 0 -15px!important;
padding: 0 15px;
}
You can also change the color of the menu icon, by replacing this image:
http://vihreaplaneetta.fi/wp-content/themes/Publisher/images/tablet_menu_btn.png
-
- Moderator
- GK User
- Fri May 08, 2015 10:03 am
It s still there, I tried to play with the values but I do not understand what number is the one that is controlling this "overfloW" of the image.
#gk-topbar {
margin: 0 -20px!important;
}
#gk-head {
margin: -190px 0 -25px!important;
padding: 0 15px;
}
Anyway, thank you for great support!
#gk-topbar {
margin: 0 -20px!important;
}
#gk-head {
margin: -190px 0 -25px!important;
padding: 0 15px;
}
Anyway, thank you for great support!
-
- Junior Boarder
7 posts
• Page 1 of 1