Tagged: x
-
AuthorPosts
-
September 6, 2016 at 3:59 pm #1163519
subz824ParticipantHi,
I hope you can help me out with my question.
Mobile optomization
Is there an efficient way of making sure my site looks good on mobile as well as desktop?
I’ve been developing in Cornerstone on desktop and adding some CSS to adjust elements. This has the effect of it sometimes not looking good on mobile, not being centre aligned, for example.
Is it a case of trial and error with getting your site looking good on mobile, or is there some techniques/code/methods to make this easier and less time consuming?
Kind regards,
Dan.
September 6, 2016 at 10:01 pm #1163903
Prasant RaiModeratorHello Dan,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thanks.
September 7, 2016 at 4:22 am #1164166
subz824ParticipantHi,
the url is:
fallen45.com
It’s more of a general question about how to make everything look good for mobile.
thanks,
Dan.
September 7, 2016 at 6:04 am #1164285
subz824ParticipantAlso, I’ve got a few questions about mail chimp.
1. How do I clear the email text area on the mail chimp form after the user has clicked the subscribe button?
2. How do I reduce the size of the subscribe button width/height without it cutting off the placeholder text?
3. The place holder text is cut off half-way on the mobile site, how do I make this responsive?
Thanks,
Dan.
September 7, 2016 at 7:33 am #1164356
ChristianModeratorHey Dan,
X and Cornerstone are responsive out of the box. Your responsive design might be really specific. In that case, you should setup a mobile version of your content by utilizing the Hide Based on Screen Width option of a Section, Row, or the Gap element. Otherwise, you would need custom media queries. Regretfully, that falls under custom development which is outside the scope of our support.
1. Sorry but this is not possible without custom development
2. Please add the code below in your Appearance > Customize > Custom > Global CSS
.x-subscribe-form input[type="text"], .x-subscribe-form input[type="email"] { font-size: 13px !important; }3. Add the code
.x-subscribe-form input[type="text"], .x-subscribe-form input[type="email"] { font-size: 13px !important; }Thanks.
September 7, 2016 at 8:02 am #1164390
subz824ParticipantThank you!!
September 7, 2016 at 9:36 am #1164544
RahulModeratorYou’re most welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1163519 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
