Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1179340
    CalGrambart
    Participant

    Hi!

    1. I’d like the text and image on the right side to be “Sticky”. I basically want the right side to scroll up to the Navbar and then stay there while beeing able to continue scrolling through the long Picture on the left. Is that possible with CSS? Can you help me with that?

    2. How can I hide the Titel from the Post? I want the Page to only show my custom Headline. Can you provide me with the necessary code?

    Thanks !!

    http://calgrambart.com/?p=898

    #1179359
    Thai
    Moderator

    Hi There,

    1. Iโ€™d like the text and image on the right side to be โ€œStickyโ€. I basically want the right side to scroll up to the Navbar and then stay there while beeing able to continue scrolling through the long Picture on the left. Is that possible with CSS? Can you help me with that?

    That is technically possible. However, that would fall beyond the scope of our support since it would require custom development. Thank you for understanding.

    2. How can I hide the Titel from the Post? I want the Page to only show my custom Headline. Can you provide me with the necessary code?

    Please add the following CSS under Customizer > Custom > Global CSS:

    .single-post header.entry-header {
        display: none;
    }

    Hope it helps ๐Ÿ™‚

    #1179369
    CalGrambart
    Participant

    Thanks for the fast response!

    1. I totally understand.

    2. Added the code and the headline disappeared. But now there is an area with a grey border which i can’t get rid of. Any advice?

    EDIT:

    2. Never mind i got it!

    #1179400
    Thai
    Moderator

    Glad you’ve sorted it out.

    If you need anything else, please let us know ๐Ÿ™‚

  • <script> jQuery(function($){ $("#no-reply-1179340 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>