billblast104
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Align post heading@leohsiand Leo that worked for me right there…thanks again for taking time to help me out…One last question on this subject, will this CSS align all titles for any future posts?
Forum: Themes and Templates
In reply to: [GeneratePress] Align post headingWhen I check on my laptop and iPad the live site it is not aligned to the center. As you see I don’t have a home page but only 1 blog post thus far, so I’m not sure if that is considered a single post. Yes, I’m referring to the title in the blog post.
Forum: Themes and Templates
In reply to: [GeneratePress] Align post headingI see that but for some reason, it’s still aligned to the left when I check it in the customizer and when I check the actual site. I’ll just delete the code and add it again to see if that works on my end…as always thanks a million for you help
Forum: Themes and Templates
In reply to: [GeneratePress] Align post headingIt seems to me that line has what it’s supposed to have:
header h1.entry-title {
text-align: center;
font-weight: bold !important;
}.inside-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}.site-logo {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}.site-branding {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}.site-header {
position: sticky;
top: 0;
}#site-navigation {
position: sticky;
top: 165px;
}@media (max-width: 768px) {
.site-header,
#site-navigation {
position: relative;
top: auto;
}
}Forum: Themes and Templates
In reply to: [GeneratePress] Align post headingOk Leo let me see if I can figure this out…thanks a million
Forum: Themes and Templates
In reply to: [GeneratePress] Align post heading@leohsiang I don’t have a clue at exactly what I’m looking at…lol I got the CSS from a post in here while looking for the alignment issue. It listed 9 warnings. This is the link that was generated when I put in the CSS starting right after the CSS in my post:
Forum: Themes and Templates
In reply to: [GeneratePress] How can I get the header to stick@edge22 you are the man…That CSS did the job and I didn’t even have to adjust the navigation bar for the tablet or mobile…thanks a million for that…
Forum: Themes and Templates
In reply to: [GeneratePress] How can I get the header to stick@edge22 you are right I was looking at that and saying the same thing and it’s all about the user’s experience and not what I want or thinks looks good. So is it possible to have the header/navigation only be sticky on a desktop?
Forum: Themes and Templates
In reply to: [GeneratePress] How can I get the header to stick@edge22 I was able to get the nav bar to stick on the tablet using the CSS but for mobile, there is still a wide gap.
Forum: Themes and Templates
In reply to: [GeneratePress] How can I get the header to stickI just checked my site in the customize area on tablet and the navigation bar moves up into the header a little and on mobile, there’s a gap between the header and the navigation bar with no movement. Can you give provide some explanation on why this is the case? And can this be fixed?
Forum: Themes and Templates
In reply to: [GeneratePress] How can I get the header to stickPlease disregard my last reply, the CSS you sent me did the job. I had to adjust the height size until it was how I wanted it to be…thanks a million
Forum: Themes and Templates
In reply to: [GeneratePress] How can I get the header to stickTom,
I’m not 100% sure what the height of the header, I found this code that reduced the size of the header:
.inside-header {
padding: 20px 40px 20px 40px;
}Forum: Themes and Templates
In reply to: [GeneratePress] How can I get the header to stickLeo along that same line what about the navigation bar, can that stick too? When I scroll I can see the menu script through the logo.
Forum: Themes and Templates
In reply to: [GeneratePress] How can I get the header to stickLeo you are the man…thanks again for all of your help, that work just as I was looking for it to work.
Forum: Themes and Templates
In reply to: [GeneratePress] Right sidebar issueAgain Leo you pointed me the right direction and the sidebar is clear of the search window and the archive widget…thanks a million