Community Forums › Forums › Archived Forums › Design Tips and Tricks › Altitude-Pro Increase header space
- This topic has 10 replies, 3 voices, and was last updated 6 years, 7 months ago by
stanb.
-
AuthorPosts
-
May 31, 2019 at 11:39 am #491443
dpalme
ParticipantI need to increase the header space for a larger logo, and it looks like you have made some substantial changes since the last time I used a studio press theme.
Suggestions?
June 1, 2019 at 10:20 am #491456MikeB2
MemberURL?
Without a site URL, I suggest looking at the .site-header and at .site-title classes.
June 1, 2019 at 9:12 pm #491461dpalme
Participanthttp://www.palmeacrestech.com/
I have part of it changed, but the alignment on the let and top is way too tight...still haven't figured out which class that is controlled by.
June 4, 2019 at 5:20 pm #491496dpalme
ParticipantI have to say I'm becoming disappointed in the forums. It used to be that you could ask a question in here and you received timely responses, but for the past couple of years I have found the answers to be lacking, or plainly non-existent.
This format does not lend itself to finding answers either.
Studio press used to be a great site, but the more I look these days its all about the almighty dollar.
June 6, 2019 at 4:19 pm #491513stanb
MemberAdd the lines marked /* add this */ to increase header height and center logo vertically (your margin-top may need to be different depending on the height of your logo).
.featured-section .site-header {
background-color: transparent;
height: 100px; /* add this */
}.featured-section .site-header > .wrap {
border-bottom: 1px solid #fff;
height: 100px; /* add this */
}
.header-image .title-area,
.header-image .site-header.dark .title-area {
padding: 0;
margin-top: 10px; /* add this */
}June 6, 2019 at 6:20 pm #491518dpalme
ParticipantThanks Stan, I tried that but it didn't make any difference.
June 7, 2019 at 10:49 am #491526stanb
MemberI hate to ask the obvious but did you clear your browser cache after you made the style sheet edits? I only ask because this has gotten me more than a few times.
June 11, 2019 at 6:46 am #491570dpalme
ParticipantYes I cleared, even tried it with a second browser.
June 11, 2019 at 11:12 am #491575stanb
MemberThe only other thing I can think of is to add "!important" to your height and margin-top properties as follows:
height: 100px !important; /* add this */
margin-top: 10px !important; /* add this */
Your height and margin-top property will depend on your logo size so you may want to play around with different values for these as well.
June 17, 2019 at 4:15 pm #491674dpalme
ParticipantDid nothing. What is really irritating me to know end is that nobody else has offered any suggestions. I appreciate your help but studio press isn't what it used to be.
June 18, 2019 at 1:39 pm #491693stanb
MemberHi dpalme,
I don't know if StudioPress monitors this forum. If you open a support ticket, they will reply to you. I had an issue with the Altitude Pro theme and they provided me with the CSS to fix the issue.Stan
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.