Buying CSS to hide elements on Mobile - Easy 5$

Discussion in 'Programming' started by danielldf, May 16, 2016.

  1. #1
    I need a custom CSS code to hide 2 elements when the site is opened on mobile.

    Website is wordpress.

    5$ bucks payd with paypal for this Job!

    PM if you want this job
     
    danielldf, May 16, 2016 IP
  2. Valkyrie™

    Valkyrie™ Well-Known Member

    Messages:
    164
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    You don't have to pay for it.

    Here, define 600px according the the mobile screen width
    @media screen and(max-width:600px){
    #your_css_element {
    visibility: hidden;
    display: none;
    }
    }
    Code (markup):
     
    Valkyrie™, May 16, 2016 IP
    StaSen and Vision2Code like this.
  3. Vision2Code

    Vision2Code Greenhorn

    Messages:
    33
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    23
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Aww man that would of been an easy five bucks! :mad:
     
    Vision2Code, May 16, 2016 IP
  4. Valkyrie™

    Valkyrie™ Well-Known Member

    Messages:
    164
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    Haha, I personally don't work for cheap amounts, if I can I try to provide those services for free. Sorry for ruining it for you :( :p
     
    Valkyrie™, May 16, 2016 IP
    Vision2Code and Nigel Lew like this.
  5. cLogik

    cLogik Active Member

    Messages:
    159
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    90
    As Seller:
    100% - 0
    As Buyer:
    100% - 1
    #5
    He's most likely using Bootstrap and could just use the class "visible-sm" :p
     
    cLogik, May 16, 2016 IP