Tagged: x
-
AuthorPosts
-
June 7, 2016 at 1:32 pm #1030385
dtourcreativeParticipantI want all text on mobile to be centered and for some reason all of it is in center alignment but there is a space on all pages on the left side and then the right side is butted right against the side.
June 7, 2016 at 2:12 pm #1030454
RahulModeratorThanks 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.
June 7, 2016 at 2:28 pm #1030470
dtourcreativeParticipantThis reply has been marked as private.June 7, 2016 at 2:29 pm #1030476
dtourcreativeParticipantThis reply has been marked as private.June 8, 2016 at 12:51 am #1031297
ChristopherModeratorHi there,
#1 & #2 Please enable ‘marginless columns’ option for this content band and add following code in Customize -> Custom -> CSS :
.x-container.max.width.wpb_row { max-width: 100%; width: 100%; }#3 Please add
mbnin content band #2 class field.#4 Add this :
@media (max-width:979px){ .h-feature-headline span { padding-left: 0; } }Hope it helps.
June 8, 2016 at 7:53 am #1031745
dtourcreativeParticipantThank you! Question: When you refer to this: Customize -> Custom -> CSS : I assume that is in Customize> Custom> Edit Global CSS under the XTheme. But often when I place code in there, it doesn’t seem to work so in the instance of #1 I put it in the actual content band under Style. It seemed to work but not sure. Can you clarify this for me?
And what does mbn mean?
June 8, 2016 at 7:55 am #1031751
dtourcreativeParticipantOh, now the white space that the mbn got rid of is underneath the social media icons and I want that to show the background when it’s on a big enought screen. Is there a way to remove the white space?
June 8, 2016 at 12:05 pm #1032256
JoaoModeratorHi There,
mbn means margin bottom none
You can find more information here :
https://community.theme.co/kb/css-class-index/
If the code give is not working when you add at Appereance > Customizer > Custom > Custom CSS it could be for two reasons, the given code path is not right, what can happen, or that you have some unclosed or not well written code on your Customizer and it may be causing the given code to not work.
Regarding the white space below the social icons, please add the following code to Appereance > Customizer > Custom > Custom CSS
#x-content-band-3 { margin-bottom: 0px !important; }In case it does not work, please give our Wp Admin Credential Admin Status so we can check if there is something wrong with your Customizer CSS Codes.
Thanks
Joao
June 8, 2016 at 1:45 pm #1032431
dtourcreativeParticipantWorked. Thank you!
June 8, 2016 at 7:46 pm #1032971
RadModeratorYou’re welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1030385 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
