Home Forums Themes Support Bibo Archive Intro – Top Margin

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #613

    I’m trying to get rid of the top margin for archive-intro so the titles won’t start so low down the screen. I’ve added the css to the child theme stylesheet and it still won’t change. I see when I inspect that the style is being overwritten by style-custom.mins.css. Let me know how I get rid of the top-margin for that css class (archive-intro) on the blog and product pages please.

    Thanks,

    #614

    Hi,
    You can change it by insert this code:

    .milo-archive-blog .archive-intro {
    margin-top: 50px!important; // Use !important to make this css is used
    }

    You can do it similar with Shop page!
    Hope this help!
    P/s: You can add it in Theme Options -> Custom CSS if you don’t want to add it in child-theme.

    ******
    Regards,
    MiloTheme

    • This reply was modified 6 years, 10 months ago by admin.
    #616

    That did it – thanks 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.