Forum Replies Created
-
AuthorPosts
-
following this too.
Okay sorry but I keep adding that code and it’s just not doing anything.
great totally working. Thank you.
So I am looking at it and it totally works, one thing what block of code is now controlling the padding between the logo and the slider? I need to increase that.
did you get my admin info? I thought I sent it but now I can’t see record of it so I am going to send it again.
well I still can’t get the meal pickup location header text and line underneath to center. He said he cleaned up my code but that still isn’t working.
Thanks for doing that. I understand more now :)
Yes I originally wanted to arrange the budget section that way but I couldn’t get the text to line up next to the plate the way I wanted to, I will play around with it some more I am assuming I need to place it with css in the exact position. So what about the meal location header, that still isn’t centered.
Okay so I tried this. I set the custom ID (that’s what I had before), added the code to the quick css then I added your block of code as well. Is this correct? Nothing is happening. I have tried doing several things related to this none of which is doing anything.
so how would I go about getting a regular image full width then? I have searched on the forums and can’t find anyone who has already asked that.
September 8, 2017 at 5:38 pm in reply to: Replace Instagram Logo and Fix Fontello Error Message #849661dangit yeah I am going to contact the IT guy who handles this hosting so I can fix this issue cause it keeps changing the password on me too. I’ll get back to you.
okay so that increased the padding in between the header by a ton, so I took it down to 5px and it’s still too large so I left it at 0 and it seems to still be large. I obviously want to fix the padding on the header but what I am more concerned about is the “Choose How to Get Your Meals” section. How both columns are overlapping on mobile. You had originally said that block of code that was used to control the padding was getting in the way of centering all of my content so I removed that and nothing has been resolved. I already gave you access to the backend, if you need to go in and play around with stuff.
Okay lets try going about this a different way then. If I made this image just a regular image, not an image in a color section is it possible to get this image to fit full screen. When I add an image it wants to center it on the page with a ton of padding around it. That’s why I used the color section and then placed the image as a background. It was able to fill the whole width of the page, but wasn’t responsive.
I have played around with the css and googled a bunch of stuff, as I am not very knowledgeable…I am at a loss for how to make this resize for mobile.
No I never got a response to the above post on this thread “I removed it and both sections still aren’t aligning right. In the choose how to get your meals section both columns are overlapping now and with the meal pick up location text/line things aren’t centered.” And the block of code he told me to remove was controlling the custom padding between the nav bar/logo area and my layerslider, so now that is screwed up again.
September 6, 2017 at 6:44 am in reply to: Replace Instagram Logo and Fix Fontello Error Message #848448Sorry you can try it now. I haven’t been able to get around to this thread for a while, so sorry it’s taken me so long to get back to you but yeah the same username and password should work now.
ahhhh now I remember why I had this code:
.template-page {
padding: 25px !important;
}it was to decrease the padding between the nav bar/logo area and my layerslider. Just checked it again and realized that theres a big gap again and when I reviewed my notes I remembered that code was for.
September 6, 2017 at 5:35 am in reply to: Getting Shopping Cart Aligned with Hamburger on Mobile #848439yes totally works now thank you! You can close this thread.
September 6, 2017 at 5:33 am in reply to: Force Testimonials on Mobile View to Use Default Grid #848438woohoo it worked! Thanks you can close the thread now :)
September 5, 2017 at 11:23 pm in reply to: Force Testimonials on Mobile View to Use Default Grid #848370Okay I am having trouble figuring out how I can use this information to keep the slider testimonial on desktop yet change the testimonial to a grid on mobile.
September 5, 2017 at 10:12 pm in reply to: Getting Shopping Cart Aligned with Hamburger on Mobile #848340So I added that but it’s not doing anything. I will include the username and password to access the backend.
So for some reason I thought I had already removed that block of code but I guess not. I removed it and both sections still aren’t aligning right. In the choose how to get your meals section both columns are overlapping now and with the meal pick up location text/line things aren’t centered.
actually you know what never mind you can close this thread thank you!
okay it totally worked, now can you help me get them closer together? Like say 120px padding between the two?
Also with the icons on the homepage is there a way to get the header text so that it’s evenly spaced out and doesn’t break into 2 lines?
thanks you can close this thread now!
Yes vertically centered!
Okay so I took off the custom section ID for “choose how to get your meals” because it wasn’t working. I put it back in there so you can see on mobile what’s going on, the positioning is all screwed up on mobile and the two column are now overlapping. I can’t think that it’s because it has multiple columns…the other section with the icons had 4 columns.
I threw both the “meal pick-up location” and “testimonials” in a color section to create the section ID and oddly testimonials is centered on mobile without actually putting in a custom section ID at all. Meal pick up location on the other hand is not doing anything when I create the custom section ID. I have tried taking the map out of that color section to see if the map was the issue but the header and line underneath are still not centering on mobile.
I am giving you access to the backend.
Okay so a few things about this code:
1. For the section with the icons I created the unique section ID “custom-section”. I placed this code in the custom css section.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
#custom-section div div .flex_column {
width: 24% !important;
margin-right: 1% !important;
}
}I am not sure what this code is for:
.template-page {
padding: 28px !important;
}I edited the first column, set it to have an equal height then set “Vertical Alignment” to “Middle” and that didn’t do much of anything. So I took off the equal height and it worked but the icons were too far over to the right, so I dropped the width percent down to 20% and it works perfectly. Can you explain what the second piece of code is for?
2. I tried creating another unique section ID for the “choose how to get your meals section” and then copying that block of code and changing the ID but it isn’t doing anything for that specific section. I also tried again to set the equal height and also added in that extra code I am not sure what it’s for but that didn’t do anything either.
3. Am I only able to create a “unique section ID” in the color section? I was trying to apply it to the meal pick up location text and line as well.
-
AuthorPosts