Portfolio Gallery Theme. header size
Colin Pilcher created the topic: Portfolio Gallery Theme. header size
Hi.
Ive been messing about with css code etc, however cant seem to change the size of the header so it goes inline with the menu. Is this possible at all?
Please Log in or Create an account to join the conversation.
-
Topic Author
- Colin Pilcher
- Offline
- Fresh Boarder
-
- Posts: 6
- Thank you received: 0
6 years 9 months ago
Agapi G. replied the topic: Portfolio Gallery Theme. header size
Hello Colin!
Thank you for posting about this!
Unfortunately header size cannot be changed only with CSS. However, we can set this up for you manually from the code of the theme. Could you please give us temporary WordPress administrator access to your website, so we can do that?
You can send the login information to us with
this form
. Make sure to indicate the link to this forum thread in your message. And please let us know what size you'd like the image to be.
Thanks! Have a wonderful day!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 9 months ago
Colin Pilcher replied the topic: Portfolio Gallery Theme. header size
Thanks. Ive done that Ive not included image size as we have not got a one yet. Just temporary. Work in progress
Please Log in or Create an account to join the conversation.
-
Topic Author
- Colin Pilcher
- Offline
- Fresh Boarder
-
- Posts: 6
- Thank you received: 0
6 years 9 months ago
Agapi G. replied the topic: Portfolio Gallery Theme. header size
Thank you, Colin!
We received your support ticket. I will review it very soon and assign to our developers.
The changes will be made on your Portfolio Gallery theme soon.
Thanks! Have a good day!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 9 months ago
Agapi G. replied the topic: Portfolio Gallery Theme. header size
Dear Colin,
I am happy to inform you, that our development team has made the necessary changes on your Portfolio Gallery theme. They have added the following CSS code to Theme Options > General > Custom CSS panel:
.custom-header {
width:100%;
}
Thanks! Have a wonderful day!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 9 months ago
Colin Pilcher replied the topic: Portfolio Gallery Theme. header size
Is is possible to change the height of the header also?
Please Log in or Create an account to join the conversation.
-
Topic Author
- Colin Pilcher
- Offline
- Fresh Boarder
-
- Posts: 6
- Thank you received: 0
6 years 9 months ago
Agapi G. replied the topic: Portfolio Gallery Theme. header size
Hello Colin!
It surely is! Please use the following code to reduce the height:
.custom-header {
height: 70%;
}
Thank you! Have a good day!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 9 months ago
Colin Pilcher replied the topic: Portfolio Gallery Theme. header size
thanks very much
one last question
Ive developed a line between the menu and header image. How do I get rid of that?
Please Log in or Create an account to join the conversation.
-
Topic Author
- Colin Pilcher
- Offline
- Fresh Boarder
-
- Posts: 6
- Thank you received: 0
6 years 9 months ago
Agapi G. replied the topic: Portfolio Gallery Theme. header size
Hey Colin!
This seems to be because of the image height, but there's a quick workaround. Could you please add the following code to Theme Options > General > Custom CSS panel?
.portfolio_gallery_wrap {
margin-top: -5px;
}
Thank you! Have a wonderful day!
Kind regards,
Agapi G.
Web-Dorado team
Please Log in or Create an account to join the conversation.
6 years 9 months ago