Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #436451

    Hi,

    how i can create an ankerpoint on or before a fullwidth-slider?
    This section / codeblock must be invisible.

    Regards
    Coco

    #436840

    Hey Coco!

    You can add a Code Block element to your page above your content and insert following

    <div id="my-anchor"></div>

    then add a button element and link it to #my-anchor

    Regards,
    Yigit

    #436851

    Hey Yigit,

    that i have do, but the codeblock is not invisible.
    It made a 20 – 30px hight white bar!?

    …Can i make an anchor in individual pictures of a fullwidth slider?
    So i will jump directly there.

    Regards
    Coco

    #436861

    Hey!

    Can you post the link to your website please? Getting a visual should help :)

    Regards,
    Yigit

    #436864
    This reply has been marked as private.
    #436874

    Hi!

    Please add following code to Quick CSS

    .page-id-484 #after_section_1 .content {
      padding: 0;
    }

    Cheers!
    Yigit

    #436878

    Ok,
    now i have a 1px white line

    Coco

    #436881

    Hey!

    Please add following code to Quick CSS as well

    .page-id-484 #after_section_1 {
      height: 0;
      max-height: 0;
      border: none;
    }

    Cheers!
    Yigit

    #436883

    Sorry,

    the white line stays :-(

    #436898

    Hi!

    This is the issue – http://i.imgur.com/p5RmzqX.png
    A closing curly bracket of one code is at the bottom right now.
    I wanted to fix the issue but saving did not help, please change that last section to following

    .page-id-484 #after_section_1 .content {
      padding: 0;
    }
    
    .page-id-484 #after_section_1 {
      height: 0;
      max-height: 0;
      border: none;
    }

    Best regards,
    Yigit

    #436906

    Sorry Yigit, i dont understand completely.

    I use the code from your last answer.
    The 1px line is black now.

    Regards
    Coco

    #438005

    Hey!

    I have added one more custom CSS code to bottom Quick CSS field, please review your website now

    Best regards,
    Yigit

    #438314

    Hey Yigit,

    thank you so much for help!

    But, i dont see any change on my site :-(

    Best regards
    Coco

    #438599

    Hey Coco

    I thought you wanted to remove the border that used to be here – http://i.imgur.com/rYzHwbs.png ?

    Best regards,
    Yigit

    #439337

    Hey Yigit,

    it works in Chrome, but not in Firefox

    Regards
    Coco

    #440327

    Hi!

    I can’t see any border, neither in Chrome, nor in Firefox. Please clear browser cache and make sure to use newest browser version.
    If you still see anything you want to remove please provide us screenshots (imgur.com, dropbox).

    Best regards,
    Andy

    #441238

    Thank you Yigit & Andy

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Create an anker’ is closed to new replies.