Forum Replies Created
-
AuthorPosts
-
I forget to ask what that custom class would look like.
Thank you. I see what you mean, it makes all the columns on the page the same size, even the second row ends up the same length as the first row.
I’ll try adding the class as you suggested.
Thanks again.
Thank you very much.
Is there a way to use the flex volume so I don’t have to guess at which height will work for each content box?
Thank you. I’m glad to try it out.
Which code should I be using?
Thanks
Here are a couple of screen shots to help better explain what I want to achieve.
The first screen shot shows all of the content in the 3 rows is the same height, it fills the column.
The second screen shows how the content is normally displayed with each column having different heights.
I would like to use flex columns to achieve this.
Thanks
https://prorecoveryrx.com/wp-content/uploads/2020/09/Screen-Shot-2020-09-14-at-5.50.15-PM.png
https://prorecoveryrx.com/wp-content/uploads/2020/09/Screen-Shot-2020-09-14-at-5.50.24-PM.png
I updated the css to this.
For some reason when I add Add a color section with custom ID “av-extra-columns”.
The section doesn’t seem to read the css./*—————————————-
// Create Flex Columns
//————————————–*/#av-extra-columns .entry-content-wrapper {
display:flex;
height:100vh;
flex-wrap:wrap;
align-content:stretch;
}
#av-extra-columns .column-top-margin {
margin-top: 0 !important;
}
#av-extra-columns .flex_column {
width: 33%;
flex-basis: 33%;
margin-left: 2%;
margin-top: 20px!important;
}
#av-extra-columns .flex_column.first {
clear: none!important;
margin-left: 2%;
}Thanks, that’s a bit tough for me to figure out.
What i want it the photo in the left column to be at the bottom of the column.
Thanks
I also have a problem importing the demo content for Hotel.
It keeps failing and says to refresh the page.
Thanks
memory_limit = 512M
max_execution_time = 600
max_input_time = 600
post_max_size = 256M
max_input_vars = 10000
file_uploads = 1
max_file_uploads = 70
upload_max_filesize = 512MThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Thank you. I have tried adding the code both ways you suggested. Neither way seemed to work.
Any other suggestions?
Thanks
Yes, I still need pagination for my long pages.
They are working again.
My hosting provider had a server issue. it has been corrected and you can now view the long pages i sent you.
This reply has been marked as private.Thank you.
- This reply was modified 4 years, 4 months ago by Victoria.
We have lost those pages. This is another long page you can look at.
https://theaddictionscoach.com/addictions-coach-latest-press/
Thanks
Sorry, my service provider is having database problems today. It should be back up sometime today.
Thanks
Thank, that didn’t work.
Seems you have to have all of your content in one container for this to work.
I have my pages built into separate layout elements.
Any other suggestions?Thanks
Thank you.
There is nothing wrong with the color. I used this code to add color to the sidebar.
My question is there a better way to add color to the sidebar then this code I’ve been using?
@media only screen and (min-width: 768px) {
.container_wrap.sidebar_right{
background:-webkit-gradient(linear,right top,left top,color-stop(#f1f1f1,0.325),color-stop(white,0));
background:-webkit-linear-gradient(right, #f1f1f1 32.5%, white 0%);
background: -moz-linear-gradient(right, #f1f1f1 32.5%, white 0%);
background: -o-linear-gradient(right, #f1f1f1 32.5%, white 0%);
background: linear-gradient(right, #f1f1f1 32.5%, white 0%);
}
}Thanks
Thank you so much for your help.
I forgot that code was to make my sidebar a different color.
Unless you have better code for that now that I could try.
Thanks
Thank you. i did remove the text-align. It didn’t change the 2 volume setup.
I have a question about the @media only screen and (min-width: 768px).
I originally added this code for the form on the front page. I have redesigned that page and removed the form.
Is this code targeted at just that. If so I could experiment with removing it.
Trying to keep things as clean as possible.
Thanks again for all of your help.
Yes, that fixed the pages that have a sidebar, but the pages that don’t still have large margins.
Is there a fix for them too?
Thank you.
Thank you, that is much better.
Looks like there is zero padding between the content and the sidebar. Can you add maybe 25px.
Thanks again.
Perfect, Thank you!
It’s interesting that the other site uses all of the same code, even the custom CSS.
Thanks again.
-
AuthorPosts