Site logo

[Resolved] Designing Help

Home Forums Support [Resolved] Designing Help

Home Forums Support Designing Help

Viewing 15 posts - 1 through 15 (of 25 total)
  • Author
    Posts
  • #1583943
    Rpn

    Hello GeneratePress Team,

    First of all, thank you for your great support.

    I need designing help, My post above section is looking like this after using some CSS and PHP code I think which I got from the documentation.

    But I want to make it something like this.

    Would you like to tell me how can I do this ๐Ÿ™‚

    Have a good day ๐Ÿ™‚

    #1584047
    Elvin
    Staff
    Customer Support

    Hi,

    To clarify: You want the page’s featured image to have rounded edges and to overlap on top of the page hero section?

    Let us know.

    #1584089
    Rpn

    I want the same look ๐Ÿ™‚

    With featured image, post title, author etc. same

    #1584725
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Can you add a featured image and then link us to a post? We may be able to help with some of the CSS.

    #1586847
    Rpn

    Have a look at this screenshot here I’ve mentioned all the things ๐Ÿ™‚

    And here’s the screenshot of my website ๐Ÿ™‚

    For more info, I’m also adding the URL of my site and another site too.

    My URL – https://exactblogging.com/elementor-black-friday-sale/
    But I Want This Look – https://backlinko.com/introducing-the-digital-marketing-templates-library

    Thanks,

    #1587236
    Rpn

    Any updates?

    #1587313
    David
    Staff
    Customer Support

    Hi there,

    this Hero example shows how to setup the Post Meta for that Header Elemetn:

    https://docs.generatepress.com/article/page-hero-examples/#example-2

    For the featured image can you move its location to Above Content Area in Customizer > Layout > Blog –> Featured Images >>> Posts

    #1592300
    Rpn

    My featured image is looking like this, But I want exact like this kindly help ๐Ÿ™‚

    #1592425
    Tom
    Lead Developer
    Lead Developer

    Will something like this work?:

    .single .page-hero + .featured-image {
        margin-top: -100px;
    }
    #1592870
    Rpn

    No, the above CSS doesn’t works ๐Ÿ™

    Let me tell you again in detail and with screenshots, Hope this time you’ll make me happy ๐Ÿ™‚

    First of all, have a look at this screenshot, In this screenshot, I’ve described the positioning and the size of the featured image.

    Now see this screenshot, I want my image and space between all terms the same like this screenshot.

    Hope you got it!

    My section is looking like this but I want exactly the same as this ๐Ÿ™‚

    This is the URL of my page – https://exactblogging.com/siteground-vs-greengeeks/

    This is the image of the other website – https://backlinko.com/introducing-the-digital-marketing-templates-library

    Hoping for the best solution this time ๐Ÿ™‚ ๐Ÿ™‚ ๐Ÿ™‚ ๐Ÿ™‚

    #1593015
    David
    Staff
    Customer Support

    Did you add the CSS that Tom provided as that should do exactly that ?

    #1593034
    Rpn

    It’s hiding the last updated and author name ๐Ÿ™
    Have a look at this ๐Ÿ™

    #1593044
    David
    Staff
    Customer Support

    In Tom’s CSS you will see this:

    margin-top: -100px;

    This is moving the image UP by 100px. You can reduce that amount to stop that from happening.
    To make sure it never overlaps the Hero content, edit your Header Element and make sure the Bottom Padding is greater that the margin-top value. eg. 110px.

    #1593055
    Rpn

    Okay now it’s looking good in my PC, But it’s not responsive, It’s looking very weird in my other devices.
    Have a look at this in mobile devices.

    #1593069
    David
    Staff
    Customer Support

    You simply need to increase the Bottom Padding of your Header Element as i said above.
    You can set it separately for Desktop and Mobile.

    In the CSS you have set this: margin-top: -157px;
    So you Header Element Bottom Padding needs to be at least 160px to stop it from overlapping….

Viewing 15 posts - 1 through 15 (of 25 total)
  • You must be logged in to reply to this topic.