-
Author
-
November 4, 2013 at 12:29 #5826AnchoraParticipant
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!
November 5, 2013 at 13:42 #5933SQadminKeymasterHi
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 solutionNovember 5, 2013 at 15:17 #5945AnchoraParticipantThat 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..
November 5, 2013 at 20:54 #6016SQadminKeymasterLink 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 solutionNovember 6, 2013 at 18:52 #6088SQadminKeymasterThis 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 solutionNovember 6, 2013 at 19:41 #6108AnchoraParticipantneither via responsivepx.com this doesnt seem to work..
nor on my browsers with the useragent- and size-plugins.sorry :/
November 6, 2013 at 20:53 #6135SQadminKeymasterI 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 solutionNovember 6, 2013 at 21:01 #6140SQadminKeymasterthe style isn’t applied. you’r using caching plugin. disable that 😉
also I think you need -30px instead of 30pxHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 6, 2013 at 21:10 #6145AnchoraParticipanthaha MY HERO!
i do this about 50 times every day.. but now i forgot 🙂
works great!
thankyou!
enjoy some wellness!
🙂November 6, 2013 at 21:24 #6147SQadminKeymasterhehe
Great 😀Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.