Tagged: x
-
AuthorPosts
-
September 19, 2016 at 2:13 am #1180922
brighthingsParticipantHello,
The columns in the footer show 4 columns, but the last one is under the first 3. How can i solve this problem?
September 19, 2016 at 2:17 am #1180926
Paul RModeratorHi,
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.
September 19, 2016 at 2:27 am #1180938
brighthingsParticipantThis reply has been marked as private.September 19, 2016 at 2:37 am #1180970
RupokMemberHi there,
Upon checking your site, it’s appeared to be fine on my end – http://prntscr.com/cjp6pf
Would you check from different browser and confirm the issue?
Cheers!
September 19, 2016 at 4:35 am #1181098
brighthingsParticipantThis reply has been marked as private.September 19, 2016 at 5:09 am #1181141
ChristopherModeratorHi there,
Find and remove this code :
@media (min-width: 980px){ .x-colophon.top, .x-column:last-of-type { min-width: 250px; } }And add this code :
@media (max-width:767px){ div#text-5 { max-width: 50%; margin-right: auto; margin-left: auto; } }Hope it helps.
September 19, 2016 at 5:31 am #1181179
brighthingsParticipantThis reply has been marked as private.September 19, 2016 at 6:44 am #1181233
Paul RModeratorHi,
Please provide us your wordpress admin login in private reply so we can check why the code is not working.
Most probably there is a syntax error in your existing css code.
Thanks
September 19, 2016 at 8:26 am #1181372
brighthingsParticipantThis reply has been marked as private.September 19, 2016 at 10:05 am #1181529
RupokMemberHi there,
It seems you also have this code under Customize > Custom > CSS :
.x-colophon.top .x-column.x-1-4 { display: inline-block; float: none; text-align: left; vertical-align: top; }and
.x-colophon.top .x-column.x-1-4 { width: 32%; }Here is a screenshot of your code – http://prntscr.com/cjubyv
I am not really sure why did you added this as they seems totally unnecessary and breaking the layout.
Kindly remove this to get expected result. When you add any custom code to your site, make sure you know what you are doing to avoid potential conflicts.Hope this makes sense.
Cheers!
September 19, 2016 at 1:10 pm #1181850
brighthingsParticipantThis reply has been marked as private.September 19, 2016 at 1:59 pm #1181941
RupokMemberHi there,
I have checked your Customizer and noticed the code there that I have added as screenshot. So you didn’t remove that completely. Kindly follow the previous reply and spend a few more minutes as it was detailed enough.
Cheers!
September 21, 2016 at 2:29 am #1184271
brighthingsParticipantThis reply has been marked as private.September 21, 2016 at 4:32 am #1184355
ChristopherModeratorHi there,
I went ahead and removed following code from cornerstone settings tab/ custom css, see the attachment.
.x-colophon.top, .x-column:last-of-type { min-width: 250px; }Please update following code :
@media (min-width: 979px) body .x-colophon.top .textwidget #x-subscribe-form-760 fieldset+fieldset { width: 60%; float: left; }to :
@media (min-width: 979px) body .x-colophon.top .textwidget #x-subscribe-form-760 fieldset+fieldset { width: 50%; float: left; }You can move all CSS to customizer to manage easier.
Feel free to adjust the width.
Hope it helps.
September 22, 2016 at 4:09 am #1186189
brighthingsParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1180922 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
