-
AuthorPosts
-
October 17, 2018 at 2:15 pm #1022770
Hi
I got some help from you recently with a couple of things and everything seemed to be working fine and looked ace. Now that I’m logged back in I can see that all the sections on the homepage are weirdly divided. Looks like a margin got added in to all of them. I haven’t changed anything lately and only played about with the header settings. Would you mind having a look before I try and mess it up any further?
Thank you
JuneOctober 17, 2018 at 4:28 pm #1022858Hey june,
Do you want to reduce the vertical spacing between sections?
Best regards,
Jordan ShannonOctober 17, 2018 at 4:33 pm #1022862Yeah exactly, the white bits weren’t there before… How did they end up there?
JuneOctober 17, 2018 at 5:12 pm #1022912Hi,
Add this to quick css:
.content{ padding-top:0px!important; padding-bottom:0px!important; }
Best regards,
Jordan ShannonOctober 17, 2018 at 6:35 pm #1022956Hmm, that’s still not how it used to be because now the headlines are straight at the top with no padding. Can you find out what changed in the first place as I’m not aware of any changes I made that could have caused this.
Thank youOctober 17, 2018 at 6:42 pm #1022957Hi,
No sure what may have changed as we don’t admin the site. Have you made any updates recently?
Best regards,
Jordan ShannonOctober 17, 2018 at 6:48 pm #1022959Yes, Mike made the following change in order to make the mobile burger menu work. Maybe this has something to do with it?:
Hey june,
I took a look at your page and menu items and found that you had many of each ID that were the anchors for the links, this causes problems for the page because you can only have one unique ID on each page. I see that you have many of each section, and ID, because you wanted to hide some elements on different screen widths. So the challenge is to group sections together to share menu anchors, I achieved this on your page by adding code block elements before each group and including the anchors like this:
Your anchors are now working, Please clear your browser cache and check.Best regards,
MikeOctober 19, 2018 at 12:22 pm #1023888Hi,
Best regards,
VictoriaOctober 21, 2018 at 6:08 pm #1024541Hi Victoria
I don’t think I can follow you :-( Would you mind showing me?
Thank you
JuneOctober 25, 2018 at 8:01 am #1026210Hi,
Did you add code blocks after the sections? The theme will automatically create section for elements that are outside a color section.
<a class="anchor" id="services"></a>
Best regards,
IsmaelOctober 25, 2018 at 1:56 pm #1026347Hi Ismael and thanks a lot for your response.
I ended up adding the following which seems to resolve the problem I had, but please let me know if this isn’t ideal and/or if you have a better solution:.page-id-206 #after_layer_slider_2 .content,
.page-id-206 #after_section_6 .content,
.page-id-206 #after_section_8 .content,
.page-id-206 #after_section_9 .content {
padding: 0;
min-height: 0;
}
.page-id-206 #after_layer_slider_2 .container,
.page-id-206 #after_section_6 .container,
.page-id-206 #after_section_8 .container,
.page-id-206 #after_section_9 .container {
height: 0;
min-height: 0;
}October 25, 2018 at 5:30 pm #1026433Hi,
This looks like a good solution. As long as you have this added to quick css, it will be safe from overwrites as well.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.