Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #454457

    Hi there,

    I am using a payment cart system. When an item is added to the cart, the header of the theme seems to break.

    See here BEFORE item is added to cart: http://screencast.com/t/9c7jjofO
    And see AFTER item is added to cart: http://screencast.com/t/h8DNw7e2

    Thanks, please help. No idea what’s going on.

    #454914

    Hey RRJ!

    I see you problem, there’s definitely a conflict going on there. Unfortunately our support for third party plugins is limited but we’ll try to help you out as much as possible. Is there any reason to why you are not using WooCommerce for this functionality instead?

    Cheers!
    Rikard

    #455422
    This reply has been marked as private.
    #455834

    Hey!

    Please add this in the Quick CSS field to fix the main container:

    .html_boxed #main {
      width: 100%;
    }

    And try this one to fix the header:

    .header-scrolled {
      top: 0 !important;
    }

    Best regards,
    Ismael

    #536037

    Thank you this was perfect!

    #536372

    Hi,

    Great, glad we could help :-)

    Cheers!
    Rikard

    #547572

    Thanks – please close. :)

    #547756

    Hi,

    Ok, will do. Thanks for letting us know :-)

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Broken header’ is closed to new replies.