Forum Replies Created
-
AuthorPosts
-
May 28, 2024 at 2:12 am in reply to: Gutenberg / Spectra Full Width Not Working. Avia Advanced Layout Button Missing #1446772
Hi again,
I’m not sure I understand. I changed the container width back to 100% in the theme options, and the pricing page columns are still ‘responsive’ to small changes in browser width on my laptop and then correctly break down to a single column when the browser becomes thin enough.
If I toggle off ‘responsive’ in the same theme options, the 3 columns do not adjust to small changes in browser width and do not break into a single column when the browser is thin enough because they are now not responsive.
What I’m trying to achieve is a mixture.
The columns should not be responsive until the browser break size is thin enough, when they break into 1 column. Exactly like the other comparison website i showed.
1) is there a way we can do this over the whole website?
2) is there a way that this can be achieved just for this pricing table?Thanks for the help so far.
May 27, 2024 at 1:38 pm in reply to: Gutenberg / Spectra Full Width Not Working. Avia Advanced Layout Button Missing #1446709ok done.
the columns change width as soon as the browser width starts to reduce.
I’ve added a comparison website where you can see the column width stays fixed until the breaks
May 27, 2024 at 10:14 am in reply to: Gutenberg / Spectra Full Width Not Working. Avia Advanced Layout Button Missing #1446693Hi Mike.
Ok, I have up with Gutenberg and recreated the pricing page with avia advanced. layout builder.
you can find the link in private content.
I’ve managed to adjust the pricing table mostly to what I need. One remaining question.
How can I keep the pricing table to the 3 main breakpoints (laptop tablet phone) as the standard @media sizes in enfold. so that the column width doesn’t dynamically change as the browser width is reduced?
ideally
browser – all 3 columns 1 row – fixed width with a space between each column
tablet – all 3 columns 1 row fixed width, with a space between columns
phone – wrapped 1 column, 3 rowsChatgpt 4o has gotten me so far but not all the way.
/* Pricing rows tables pricing page */
#top .pricing-table li.avia-pricing-row {
border: none;
border-radius: 20px 20px 0 0; /* Rounded top corners */
}.avia-pricing-table-container .pricing-table > li:last-child {
border-bottom-left-radius: 20px !important;
border-bottom-right-radius: 20px !important;
}#top .pricing-table .avia-table tr {
background-color: #ffffff !important;
border: none !important;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Add drop shadow */
}/* Align text to the left in all columns of the pricing table except heading and pricing rows */
.pricing-table-wrap li:not(.avia-heading-row):not(.avia-pricing-row) {
text-align: left;
font-size: 16px; /* Set font size */
background-color: #ffffff !important; /* Force white background */
padding-left: 20px; /* Add left padding */
}
<<<————————————————>>>
This is the bit that is supposed to fix the width of the columns/* Container for the pricing table */
.pricing-table-wrap {
display: flex;
flex-wrap: wrap; /* Allow columns to wrap */
width: 100%; /* Full width container */
}/* Each column in the pricing table */
.pricing-table-wrap > ul {
list-style: none; /* Remove default list styling */
padding: 0; /* Remove default padding */
margin: 0; /* Remove default margin */
flex: 0 0 400px; /* Set fixed width for each column */
box-sizing: border-box; /* Include padding and border in width */
}/* Media query for screens between 768px and 989px */
@media (max-width: 989px) {
.pricing-table-wrap > ul {
flex: 0 0 50%; /* Each column takes 50% width */
max-width: 50%;
}
}/* Media query for screens below 768px */
@media (max-width: 768px) {
.pricing-table-wrap > ul {
flex: 0 0 100%; /* Each column takes 100% width */
max-width: 100%;
}
}Can you help fix the width of the 3 columns to the 3 breakpoints.
Tks!
- This reply was modified 5 months, 3 weeks ago by Jambar.
May 25, 2024 at 12:51 pm in reply to: Gutenberg / Spectra Full Width Not Working. Avia Advanced Layout Button Missing #1445929ok so that worked on the pricing page for the width.
the height top and bottom are also not ‘full height’.
I also tried the same thing for the ‘sign up page’ .page-id-2447, but while that did extend the width of the page significantly, it still had about 10 px on the left and right ‘not full width’
May 25, 2024 at 1:44 am in reply to: Gutenberg / Spectra Full Width Not Working. Avia Advanced Layout Button Missing #1445717I don’t normally. My colleague started this website and built the first pages in Gutenberg with spectra because they, not me, felt it was easier. When i saw what they were doing i changed all future pages to be on the normal layout builder.
But now i am stuck because full width isn’t working on those pages and i don’t really want to rebuild both pages from scratch.
May 24, 2024 at 4:02 pm in reply to: Gutenberg / Spectra Full Width Not Working. Avia Advanced Layout Button Missing #1445554it’s the Gutenberg plugin. As soon as I turn that on, the Avia button disappears.
I tried every other plugin (except Spectra, as that is an extension of Gutenberg) and they have no affect on the button.
Edit – actually, i just turned on spectra and the avia button is still there and it seems editor works fine without gutenberg plugin.
But the pages created with the block editor still do not go ‘full width’, so that issue is still there.
May 24, 2024 at 10:20 am in reply to: Gutenberg / Spectra Full Width Not Working. Avia Advanced Layout Button Missing #1445486here you are. the page im referring to is pricing from the menu bar.
I’ve edited the page a little now, but you can see on the left and right the background doesn’t go full width. It also doesnt go ‘fullwidth’ on the top or bottom either.
- This reply was modified 5 months, 3 weeks ago by Jambar.
Hi Enfold – is there any update in this?
my question is exactly the same
i have 4 columns set for the content slider showing on desktop.
On mobile it defaults to 2 columns, BUT this default really squashes the content.Is there now any way to set the number of columns for mobile? Or default it to 1 instead.
Here is the link to my page.
the section heading is
“Amazing Testimonials From Our Clients”. Just below that is the content slider.Looks great on desktop, not so much on mobile.
Any help would be much appreciated.
December 20, 2017 at 12:41 pm in reply to: Tab section adding elements causing unexpected layout #890751This reply has been marked as private.December 14, 2017 at 5:08 pm in reply to: Tab section adding elements causing unexpected layout #888971This reply has been marked as private.December 14, 2017 at 8:00 am in reply to: Tab section adding elements causing unexpected layout #888771This reply has been marked as private.November 3, 2013 at 7:14 am in reply to: Problem with portfolio grid not viewable on website page. #183877It’s seems to be when I set the sortable option to “yes”. Then the portfolio items disappear…
November 3, 2013 at 7:03 am in reply to: Problem with portfolio grid not viewable on website page. #183876This reply has been marked as private.November 2, 2013 at 3:31 pm in reply to: Portfolio grid content element not showing on webpage #183715Hi Guys,
Any suggestions? Is there anything I can do to explain my issue better?
Thanks
-
AuthorPosts