Tagged: x
-
AuthorPosts
-
July 21, 2016 at 4:49 pm #1097727
montanagParticipantI am using X theme with integrity stack. Using a stacked logobar and navbar. I found in your forum how to move the logo to theft and add some text to the right. Now the logo is pegged all the way to the left of the screen. I just need to somehow add some padding so the logo is not quite so far to the left.
Thanks
July 21, 2016 at 9:57 pm #1098114
RadModeratorHi there,
Thanks for posting in.
You can add this CSS,
.x-brand { margin-left: 30px; }If it’s not working then please provide the URL that has this issue 🙂
Thanks!
July 22, 2016 at 3:00 pm #1099073
montanagParticipantThat worked great but I still need a bit of help getting this header to line up and display properly.
the url is: http://mnmpropertymgmt.com
Mobile device issue:
Trying to get the phone number to stay in bold and line up in the center of the page under the logo on a mobile deviceThanks
July 22, 2016 at 9:46 pm #1099468
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer:
@media only screen and (max-width: 800px) { .lb-text { display: inline-block !important; width: 50%; } }Thanks.
July 25, 2016 at 1:10 pm #1102264
montanagParticipantI added the code but it didn’t seem to change anything?
July 25, 2016 at 5:04 pm #1102562
Nabeel AModeratorHi again,
Replace the previous code with this one:
@media only screen and (max-width: 800px) { .lb-text { display: inline-block !important; width: 50% !important; } }Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!
July 26, 2016 at 4:32 pm #1104189
montanagParticipantImplemented the new code and still nothing has changed.
July 27, 2016 at 12:21 am #1104627
John EzraMemberHi there,
Thanks for updating the thread! Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
July 27, 2016 at 2:23 pm #1105740
montanagParticipantThis reply has been marked as private.July 27, 2016 at 7:20 pm #1106100
FriechModeratorHi There,
Please add this on your custom CSS
@media (max-width: 979px) { .x-brand {margin-left: 0;} .lb-text {color: #fff;} }After that remove the white-spaces that is in the contact number. http://prntscr.com/byeme6
Thanks for the feed back but the header is one of the more complex elements of the theme and structural modifications to it will likely lead to numerous layout problems as there are a lot of things to take into consideration because of X’s responsive nature.
Thank you for your understanding.
July 28, 2016 at 10:31 am #1107230
montanagParticipantThanks much for your help. Once I removed the white spaces from the number it pegged the number to far to the right but I learned from your help and implemented the following into the global css:
@media (min-width: 1000px) {
.lb-text {margin-right: 150px}
}Everything is now laying out properly.
Thanks again for everything.
It is your awesome support that makes the x-theme our go to WordPress building foundation.July 28, 2016 at 12:31 pm #1107425
JoaoModeratorThanks for the kind words.
We really appreciate it, have a great day!
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1097727 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
