This topic has 11 replies, 2 voices, and was last updated 10 years by SQadmin.

  • Author
  • #5826
     Anchora
    Participant

    Hi Robert!

    Is there a way to edit the css for the button-group single for desktop/responsive?
    Editing the responsive.css doesnt seem to work for me, strangewise.

    Thankyou!

    #5933
     SQadmin
    Keymaster

    Hi
    you can add your own css rules in Styling options – Quick css or sweetdate-child/style.css following this tutorial: http://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #5945
     Anchora
    Participant

    That was exactly what i tried!
    (in style.css and responsive.css)

    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 768px) {
    ul.button-group { margin-top: -30px !important; }
    }

    does not work..

    #6016
     SQadmin
    Keymaster

    Link link link to your site. Example, screenshot please, detail on what you want to achieve

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #6029
     Anchora
    Participant
    This reply has been set as private.
    #6088
     SQadmin
    Keymaster

    This works and adds a 30px top margin:

    COPY CODE
    
    @media only screen and (max-width: 767px) {
    #header ul.button-group { margin-top: 30px; }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #6108
     Anchora
    Participant

    neither via responsivepx.com this doesnt seem to work..
    nor on my browsers with the useragent- and size-plugins.

    sorry :/

    #6135
     SQadmin
    Keymaster

    I added it and works for mobile..
    What is your site link?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #6138
     Anchora
    Participant
    This reply has been set as private.
    #6140
     SQadmin
    Keymaster

    the style isn’t applied. you’r using caching plugin. disable that 😉
    also I think you need -30px instead of 30px

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #6145
     Anchora
    Participant

    haha MY HERO!

    i do this about 50 times every day.. but now i forgot 🙂

    works great!

    thankyou!
    enjoy some wellness!
    🙂

    #6147
     SQadmin
    Keymaster

    hehe
    Great 😀

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 12 posts - 1 through 12 (of 12 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?