Site logo

Archived topic

Custom header design

22 replies · Started by Dev on October 16, 2022

Viewing posts 16–23 of 23

Hello,

I did what you said above. Now, what's next?

And one thing, where is the option of Background image a min-height in the Block settings?

Hello,

Okay, I did a few things for myself, and now it's looking like what I want.

But still, there are a few things that need to change. For that please look the below screenshot: https://prnt.sc/rw11waZLiB_Q

Let me know.

Add this CSS in Appearance > Customize > Additional CSS:

.single-post .site-content {
    margin-top: -50px;
    background-color: #fff;
}

.single-post .entry-header {
    text-align: center;
}

Then, set the Background color of the Container Block holding the Author Image to transparent - Give it 0 opacity.

The CSS above addresses the two issues you mentioned in the Screenshot. The vertical line is from the Site Content. In the code, I placed the site content to -50px from its position.

Hey,

there is one serious issue.

The page in mobile view is getting squeezed? See the below image. Why it's happening like this?

https://prnt.sc/TDhHM0sf7hrN

Hello,

I didn't see any changes in the code that you gave me earlier and now.

Apart from that vertical line is still there in the desktop view.

And in the mobile view, the page is getting squeezed on the left side by making a blank white space when we just touch it. See the below image. Why it’s happening like this?

https://prnt.sc/TDhHM0sf7hrN

Can you please solve this issue a bit fast? I have to compete it today only.

The CSS I provided should have fixed that. I'm not seeing the issue from my end anymore viewing your site from my end. Perhaps it's browser cache. Can you try clearing your browser's cache to test? Or, try using a different browser.

Sorry for the delay in response. We try to respond as soon as we can within 12-24 hours on weekdays or 12-48 hours weekends. Reference: https://generatepress.com/what-support-includes/

This archived topic is closed to new replies.