New Landing How can we help? Themeforest Theme Support Dante Header/Footer background image shifts left 210px since latest update

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #152172
    Meanderling
    Member
    Post count: 44

    Hi there,

    I have a page similar to your Naked template, but that includes a header (with no menu) and a footer – both header & footer have a background image. The page has been fine up until the update to 2.77 – now the background images both shift 210px to the left.

    The template for this page is something I think Ed helped me with last year (just before you included the Naked template in the theme itself), so the code should be good, and as I said, it has been fine up until now.

    I can make either of the following changes in Code Inspector to fix the problem, but as I’m not sure what caused it (I haven’t made any changes lately), I’m afraid I might break something elsewhere in the theme – can you help?

    .spb-row-container > div {
    /* padding: 0; */
    }

    — OR —

    .alt-bg {
    padding-left: 210px !important;
    }

    Both of the above ‘fixes’ correct the shift, but I’m not sure if either is the way to go, or if something else is actually causing the problem. If you could help, that’d be great!!

    Many thanks in advance!!

    #152356
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Yes, this will be due to us changing the structure, I will forward this to Ed so he can update your templates for you

    – Kyle

    #152423
    Meanderling
    Member
    Post count: 44

    Thanks – I look forward to it as it looks bad right now 🙁

    #152427
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    This css will sort it, fixed for the next update:

    .spb-row-container.spb-row-full-width .spb_content_element {
    margin: 0!important;
    }

    – Ed

    #152441
    Meanderling
    Member
    Post count: 44

    Great, thanks for this Ed!

    This fixed the header, but footer background image is still pushed left…

    #152457
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Add this code too:

    .spb-row-container > .alt-bg {
    margin: 0!important;
    }

    – Ed

    #152561
    Meanderling
    Member
    Post count: 44

    Just the trick, thanks Ed!

    #152606
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register