Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #642973

    Hi dear Enfold Team,

    i like your Theme really much!!

    Is it possible to get the sidebar 100% height to the footer.

    so it is the same heigth as the content

    see the picture: Screenshot

    thanks in advance,
    Websi

    #642981

    Hey Thomas,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support.
    However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Let us know if we can do anything else for you, we will be happy to assist.

    Best regards,
    Basilis

    • This reply was modified 8 years, 5 months ago by Basilis.
    #642993

    Hey Thomas,

    We need to be able to inspect them in order to help but it looks like you are working on a localhost so please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    Adjust the value 250px to match the design.

    .sidebar {
       min-height: calc(100vh - 250px);
    }

    if the above don’t work please get back to us when we can actually inspect the element in question in order to help.

    Best regards,
    Vinay

    #643114

    thank you for the quick reply,

    yes i’m on a local server..

    but i didn’t change much. i only set a fixed background via the enfold theme settings and some css styles in the enfold child styles.css
    I also put some coulmns on the example site.

    here are my custom styles:

    
    /* Background Transparent */
    	#main, .main_color {
    		background-color: transparent;
    	}
    
    /*Background white*/
    	.fullsize .flex_column, .sidebar_right .flex_column, .inner_sidebar, .search .container .av-content-small.units{
    		background-color: white;
    	}
    
    /* Body rechts abstand */
    	.boxed#top {
    		padding-right: 400px;
    	}
    	@media only screen and (max-width: 1110px) {
    		.boxed#top {
    			padding-right: inherit;
    		}
    	}
    
    /* container */
    	.fullsize .container, .sidebar_right .container {
    		padding: 0px;
    	}
    	.fullsize .flex_column, .sidebar_right .flex_column, .inner_sidebar, .search .container .av-content-small.units {
    		padding: 25px;
    	}
    	.inner_sidebar {
    		margin-left: 0px;
    	}
    	.content, .sidebar {
    		padding-top: 40px;
    		padding-bottom: 40px;
    	}
    	.content .entry-content-wrapper {
    		padding-right: 40px;
    	}
    	#top .title_container .container {
    		margin-bottom: 40px;
    	}
    	.search .container .av-content-small.units {
    		margin: 40px 40px 40px 0px;
    		width: 65%;
    	}
    	.author-extra-border {
    		display: none;
    	}
    	#socket {
    		margin-top: 40px;
    	}
    	.main_color {
    		border-color: transparent;
    	}
    

    hope you can help me,

    yours Websi

    • This reply was modified 8 years, 5 months ago by Websi96.
    #643168

    Hi,

    Try the below code in child theme css

    .sidebar, .sidebar_right {
       min-height: calc(100vh - 250px)!important;
    }

    If this does not work we need to be able to inspect the site please get back to us with a link to your site where we can access it. Without being able to inspect, there is not much we can do at this point :/

    Best regards,
    Vinay

    #1016799

    Hi there, Enfold geniuses!

    I put your gallery widget in my sidebar and enlarged the picture size via css, but gallery length is exceeding the length of page content.

    I want to use the same photo gallery on various pages of different lengths.

    How can i get sidebar images to cut off, so they end at or before the end of main page content?

    (I tried the css above and it didn’t work)

    Thanks for your amazing theme and your help!

    Franca

    • This reply was modified 6 years, 1 month ago by swazzi.
    #1017192

    Hi Franca,

    This cannot really be done just by css, it requires some JavaScript.

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

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