-
Author
-
November 6, 2014 at 14:00 #34354
steve
ParticipantHey,
would like to only show “Members in total” and “Members online” but after i delete “Women” and “Men” it shows statuses on left and right corner, would like to move these on center. How to do it?
Thx,
SteveNovember 6, 2014 at 17:44 #34368Laura
ModeratorHello, please try to add this to your style.css in sweetdate-child theme:
COPY CODE.status { left: 290px; } [class*="column"]+[class*="column"]:last-child { float: left; }Let me know if its working 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 11, 2014 at 21:41 #35089steve
ParticipantHi,
worked like a charm, thank you very much.
Steve
November 11, 2014 at 21:50 #35094steve
ParticipantP.S but not show it on smart devices (out of screen). How to make it responsive?
Steve
November 12, 2014 at 03:22 #35143Laura
ModeratorHello, can you give me your website link to check it out?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 23, 2015 at 20:00 #43240steve
ParticipantHello,
want to show 2 statuses not 4 and put these on center. With code you sent it works, but it is not responsive (out of screen).
You can check: http://web.webberry.eu/
Br,
SteveJanuary 24, 2015 at 06:25 #43299Laura
ModeratorHello, try this:
COPY CODE@media only screen and (max-width: 767px) .row .mobile-one { width: 50% !important; float: left; padding: 0 16px; margin-left: 0% !important; } .status { left: 13%; } .status { text-align: center; position: initial; bottom: 0px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; width: 270px !important; margin-left: 10%; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 24, 2015 at 20:28 #43330steve
ParticipantHi,
seems it is working, thank you. 1 more thing, i want to show “Members online” and “Members in total” how can i put these options on center? (on the moment it will be on left and on right, cause deleted “Men” and “Women” were on center)
Thx,
SteveJanuary 25, 2015 at 07:25 #43358Laura
ModeratorHello, try:
COPY CODE#call-to-actions .twelve .columns { margin-left: -6%; }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.