Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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
    June

    #1022858

    Hey june,

    Do you want to reduce the vertical spacing between sections?

    Best regards,
    Jordan Shannon

    #1022862

    Yeah exactly, the white bits weren’t there before… How did they end up there?
    June

    #1022912

    Hi,

    Add this to quick css:

    .content{
    padding-top:0px!important;
    padding-bottom:0px!important;
    }

    Best regards,
    Jordan Shannon

    #1022956

    Hmm, 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 you

    #1022957

    Hi,

    No sure what may have changed as we don’t admin the site. Have you made any updates recently?

    Best regards,
    Jordan Shannon

    #1022959

    Yes, 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,
    Mike

    #1023888

    Hi,

    Best regards,
    Victoria

    #1024541

    Hi Victoria
    I don’t think I can follow you :-( Would you mind showing me?
    Thank you
    June

    #1026210

    Hi,

    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,
    Ismael

    #1026347

    Hi 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;
    }

    #1026433

    Hi,

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.