Tagged: x
-
AuthorPosts
-
October 18, 2016 at 6:44 pm #1221467
Cocchini.MDParticipantHi! I want the header (rev-slider and nav menu) full width but the rest of the page under that to be boxed.
Thanks.
October 18, 2016 at 6:56 pm #1221481
Cocchini.MDParticipantThis reply has been marked as private.October 18, 2016 at 6:58 pm #1221483
Cocchini.MDParticipantAlso can we make it automatically go to full width on mobile?
October 19, 2016 at 1:35 am #1221888
FriechModeratorHi There,
Thank you for writing in! Its a bit complicated if we made a full-width element on a boxed oriented site. Set your Site Layout to Fullwidth first and lets take it from there.
Also can we make it automatically go to full width on mobile?
You can add this under Custom > CSS in the Customizer.
@media (max-width: 767px) { .site, .x-navbar.x-navbar-fixed-top.x-container.max.width { width: 100%; } }Cheers!
October 19, 2016 at 5:21 am #1222055
Cocchini.MDParticipantAwesome. Thank you! That worked for the mobile and I set the site back to full width.
Now I assume we will leave it “full width” in Customizer (global) and then go to Cornerstone (page) and margin off the individual sections under the part I want full width? How do I make it have a static background image that the foreground content scrolls on top of?
October 19, 2016 at 8:13 am #1222240
Paul RModeratorHi,
You can margin off your section, add image as background and turn on parallax.
http://screencast.com/t/hb9h5WzrPr
Thanks
October 19, 2016 at 11:03 am #1222454
Cocchini.MDParticipantNot quite what I’m looking for. That would make the background for each section independent to that section. I’m looking for one fixed global background that the foreground scrolls over (while still having the head and nav bar fill width).
If this is not easily possible, I can figure something else out if you can help me find a setting. Please see attachment.
-In the attached image, I put the global theme back to boxed in this picture (background is a blue image)
-I made the section margined and turned it red in cornerstone.* That white strip between the blue background image and the red section background… How do I change that color? Where is that setting?
Thanks
October 19, 2016 at 1:22 pm #1222666
Cocchini.MDParticipantIn other words, when you margin the sections in, you also margin in their background, which leaves a while space filling that margin. How do I change that white space to a different color?
October 19, 2016 at 4:20 pm #1222875
FriechModeratorHi There,
How do I change that white space to a different color?
You can add this under Custom > CSS in the Customizer.
.x-container.width { width: 100%; }Though even if we do that, we won’t have a full width header on a boxed layout.
Try setting the layout to fullwidth and add the custom CSS below on Customizer.
.x-main.full { max-width: 1000px; margin: 0 auto; }Cheers!
October 19, 2016 at 4:32 pm #1222892
Cocchini.MDParticipantYES! You rock!
October 19, 2016 at 4:39 pm #1222901
Cocchini.MDParticipantTwo more quick things if you don’t mind:
1. Attached: I’m having a hard time changing the icon list color for the text. It seems to only have the option for the icon color.
2. Attached: I’m having a really tough time centering the login box (it’s a short code – ThemeMyLogin plugin). I have tried everything, all the “center a button” tricks with global CSS and in line codes and column centers. Nothing is working
October 19, 2016 at 9:46 pm #1223268
FriechModeratorHi There,
#1 Did you already figure that out? I see you already applied an inline-style
color: white;on it?#2 Add this on your custom CSS
#members23 .tml-login { margin-left: auto; margin-right: auto; }October 20, 2016 at 2:29 am #1223495
Cocchini.MDParticipant1. Yes I found some inline code that did the trick.
2. Worked.
3. You guys are the reason I use Xtheme. Thank you.
October 20, 2016 at 2:40 am #1223502
FriechModeratorYou’re more than welcome, glad we could help.
Cheers!
October 20, 2016 at 3:56 am #1223609
Cocchini.MDParticipantum…. yeah… sorry, just a couple little things. I’m sorry, I know you are not my personal dev team ;p
The site looks incredible (largely thanks to your help)
When I scale to a mobile device, it doesn’t respond the way I would expect.
Attachment 1: Site looks good on full screen.
Attachment 2: After I drag the browser smaller and the site responds, there are now lines in between the boxes when I would prefer the solid colors to touch. Is there a setting I’m overlooking or is it the way I’m setting up my gaps, margins, row partitions or something?
Thanks again!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1221467 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
