New Landing How can we help? General Forum Help main-container spacing – below menu / above title

Viewing 6 posts - 1 through 6 (of 6 total)
  • #303544
    OllieOdy86
    Member
    Post count: 18

    I’ve got my single posts page nearly complete, however I can’t workout how to reduce the grey spacing (within the main-container) above the post title / directly below the menu – see attached screen shot.

    How would I go above reducing this space to about 50px.

    Many thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #303778
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option in the theme options.

    The value of the margin was set to 150px, I changed it to 0px so adjust to your desired value.

    .single-post .boxed-inner-page #main-container {
        margin: 0px auto!important;
    }

    Hope it helps.

    -Rui

    #320039
    OllieOdy86
    Member
    Post count: 18

    Hey Rui,

    I’ve tried your CSS on the product page & nothing changed.

    Ollie

    #320040
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide me another example url where this is happening? The one you provided doesn’t exist anymore.

    -Rui

    #320076
    OllieOdy86
    Member
    Post count: 18
    This reply has been marked as private.
    #320292
    David Martin – Support
    Moderator
    Post count: 20834

    Glad you got it sorted Ollie.

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

You must be logged in to reply to this topic.