Home Block Height

Support Area Forums Selfie Home Block Height

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.karissaandnick.com/test/
  • Author
    Posts
  • #33510
    Nicholas Minnich
    Participant

    Hi Bill,

    I am having an issue adjusting the home block height to the content within it. If you scale the browser window, text gets cut off at the end of various blocks.

    Thanks!

    #33522
    Bill Robbins
    Moderator

    Hi Nicholas,

    Fantastic question. The only way I know around that is to place the content of that block into an animated section. We can then make that section have an overflow that’s set to scroll. Give this a try and see if it works for you.

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      	#block-11 .cbp-so-side {
      		width: 100%;
      		float: left;
      		overflow-y: scroll;
      	}
      
    3. Update your settings.

    Let me know if you run into any questions or trouble.

    Have a great week,
    Bill

    #33527
    Nicholas Minnich
    Participant

    Thanks for the tip Bill. I tried and it brought up the double scroll bar, which I try to avoid.

    HOWEVER, I realized that Elite has this functionality out-of-the-box, so i think I will just use that! My site is basic enough to replicate it pretty fast.

    #33528
    Bill Robbins
    Moderator

    Sorry that didn’t do the trick, but at least there is a way forward.

    Take care,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Home Block Height’ is closed to new replies.