New Landing How can we help? Themeforest Theme Support Uplift How to… fix a box?

Viewing 15 posts - 16 through 30 (of 31 total)
  • Posted in: Uplift
  • #286532
    David Martin – Support
    Moderator
    Post count: 20834

    Add a custom class to that div so you can specifically target it, without hiding all other div’s with the same class. You can then use this media query and add the containing dic into that.

    @media only screen and (max-width: 767px) {
    
    }
    #286539
    micheal_w
    Member
    Post count: 498

    Hi David,

    Okay, I managed to do something, I have now only one issue:

    How to align the boxed content (which is inside a column) to the right?
    http://lifewearau.wpengine.com/shop/burnt-scub-performance-leggings-copy/

    Thanks!

    #286553
    David Martin – Support
    Moderator
    Post count: 20834

    You had it like that previously from what I saw? Use the class col-sm-push-9

    #286627
    micheal_w
    Member
    Post count: 498

    Ahh great, I left out a letter accidentally, thank David!

    #286628
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks David!

    #298730
    micheal_w
    Member
    Post count: 498

    Hi guys,

    Kyle helped me to add a little triangle / arrow to the left of the box as you can see above.
    He provided me the following code:

    .spb_parallax_asset .spb_box_content .box-content-wrap::after {
      border-bottom: 10px solid transparent;
      border-right: 10px solid #fff;
      border-top: 10px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      left: -10px;
      top: 30px;
      width: 0;
    }

    However after the latest updates, that arrow has disappeared despite the custom css code is still in place without any change.
    Can you please help to get back my arrow? 🙂

    #298731
    micheal_w
    Member
    Post count: 498
    This reply has been marked as private.
    #298737
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m not understanding how it was before, can you provide a mockup image of that change?
    Thanks

    -Rui

    #298745
    micheal_w
    Member
    Post count: 498
    This reply has been marked as private.
    #298778
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    That css above should work fine, you probably have some other error in other css that is preventing this one to be executed.
    Provide me admin credentials and I will have a look.

    Thanks

    -Rui

    #298786
    micheal_w
    Member
    Post count: 498
    This reply has been marked as private.
    #298787
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #298790
    micheal_w
    Member
    Post count: 498
    This reply has been marked as private.
    #298791
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    #298797
    micheal_w
    Member
    Post count: 498

    I just purge my CDN and the triangle is there…
    Thanks for the help!

Viewing 15 posts - 16 through 30 (of 31 total)

You must be logged in to reply to this topic.