Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'COLUMNS'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Formatting kad-panels
February 27, 2018 at 2:41 pm #181279Ok so in one row with three columns your items would be:
1 / 2 / 3 4 / 5 / 6But on mobile they would be:
1 4 2 5 3 6Ben
In forum: Virtue ThemeTopic: Footer Widget Layout
In forum: Virtue ThemeHello,
I have a carousel here: *Login to see link with the shortcode [carousel type=post orderby=date columns=3 items=3 speed=9000 scroll=all]
How can I change the background color of the items?
Thank you,
Nicolae
In forum: Ascend ThemeIn reply to: Flip boxes using mobile
February 22, 2018 at 5:02 pm #180589Hey Mark,
Pagebuilder adds spacing to the bottom of columns by default on mobile. here is css to remove:@media (max-width: 780px){ #pg-743-4 .panel-row-style .panel-grid-cell {margin-bottom:0;} }In forum: Pinnacle ThemeIn reply to: Re: Topbar Menu on the Right
February 22, 2018 at 3:17 pm #180568Hey Stephen,
Layout builder can make it easy to have two widgets next to each other in terms of side by side but not in terms of touching. They would fall into columns.
If you want them touching I would add them as separate widgets then I’ll have to come up with some css to force those widgets all floated and touching.
If you would like you can post a temp login and I can set this up for you.
Ben
In forum: Ascend ThemeTopic: CSS Breakpoints
Can you please advise on the correct page break points to use with Ascend.
I have currently set them up to be
/* Large Display */
@media (min-width: 1025px) {}
/* Tablet Display */
@media (min-width: 768px) and (max-width: 1024px) {
}
/* Mobile Display */
@media (max-width: 767px) {
}
But have just found in one of the template components the following
Above 1500px screen width columns:
1200px - 1500px screen width columns:
768px - 992px screen width columns:
544px - 768px screen width columns:
Below 544px screen width columns:
Can you please advise on the correct ones to follow.
In forum: Virtue ThemeIn reply to: Align page left
The different number of columns in each table is causing them to appear of different widths. I think CSS is the way to go here, but I’m having difficulties figuring it out. I’ve sent this onto the theme developer. He’ll probably be able to find a solution as soon as he sees the page.
-Kevin
In forum: Virtue ThemeTopic: Formatting kad-panels
Hi team,
After much work, I’m very pleased to have got this page nearly working. On my iPad, however I note1. In landscape, the boxes are uneven in height. Is there a min-height setting I can use to even them up?
2. In portrait I see the display has collapsed to an odd-looking single column. Can we force it to 2 columns so the the boxes look better?
Many thanks,
Phil.In forum: Reply To:In forum: Virtue ThemeIn reply to: Change staff URL for one group only.
February 19, 2018 at 6:49 pm #180053sorry I meant only to make a grid with columns in pagebuilder then add a visual editor widget so you can add your image, and text with links in each column.
Ben
In forum: Pinnacle ThemeTopic: Image fill/cover half row
I’m looking for a CSS fix (or a different widget to use) for creating a split layout with one of the halves being a full image and the other side text.
| | |
| Text | Image |
| | |I need the image to resize and fill/cover 1/2 of the row. I currently have a row with two columns, but when the screen is resized there is a ton of padding below the image.
Thanks for your help!
In forum: Ascend ThemeIn reply to: portfolio carrousel mobile version
February 19, 2018 at 9:29 am #179932Hey, You can use the ascend: carousel widget inside page builder the widget has options to set the columns for each screen size.
Ben
In forum: Virtue ThemeHi Team,
On this site, the logo is quite small but has col-md-4 allocated to it. I want to add another heading to the menu but I need more room, so it would be useful to move the division between the two columns further to the left.In my child theme, I have explored header.php and header-style-two-shrink.php to see where the columns are set up – but no joy. Whatever values I change, the columns remain as they are.
Please could you advise where I should make the modification so that the logo has col-md-4 and the menu has col-md-10.
Many thanks,
Phil.In forum: Ascend ThemeFebruary 16, 2018 at 2:22 pm #179693Hello,
I’d like to insert in the same page :
– a carousel with new products (5 products, 4 columns)
– a carousel with best sales (6 products, 4 columns)site : *Login to see link with Ascend theme
Is there any shortcodes to do that ?
Thank you in advance
In forum: Virtue ThemeIn reply to: Home page
In forum: Virtue ThemeIn reply to: On Home Page, ho to create a second Blog display
In Theme Options > Home Layout enable the home widget area in the homepage layout manager. Then navigate to Appearance > Widgets and add a visual editor widget to the home widget area and paste this shortcode into it:
[blog_grid orderby=date items=4 columns=3 cat=photos]
How does that work for you?Hannah
In forum: Ascend ThemeFebruary 12, 2018 at 10:24 am #1789511. I will have to fix that. Basically, it’s styling to make the titles larger when in single column layout. (which makes sense in most cases especially when switching between grid and list views. There is more space so the title should be larger. But you should be able to set the size in the theme options.
I’ll probably just remove the css that triggers for single columns and if someone wants to have a larger font for the single column (assuming they are using grid) then I can give them custom css.
2. You can use javascript if you want to change this within the tabs model. If you’re not planning to use tabs and just want one carousel you can use a shortcode and set the columns for each screen size. Or use a carousel widget in page builder the next update will have columns for each screen size added.
Ben
In forum: Ascend ThemeHi,
a few things to iron out.
1. I set the font size to 26px in Theme Options > Shop Archive Settings > Archive Product Title Settings.
The font displayed is 22px. Here: *Login to see link
Maybe i’m missing something? I can change it with CSS, but i guess it should work from the Theme options too and wanting to let you know.2. On the Homepage: *Login to see link
i added “Module Product Carousel Tabs” with 4 columns. Wide screen is ok but in mobile view it displays 2 columns.
Is it possible to display just 1 column in mobile view?Thank you
In forum: Virtue ThemeIn reply to: Blog posts layout on the homepage
If I do that I will have to change the layout of the entire home page and I will not be able to offset for the 3 posts in the carousel above. The home page currently uses the page builder and the block I am interested in modifying is smack in the middle.
I can add a row with golden half ratio. I just need to address the 1 column blog posts so they feed in automatically and offset for the three at the top. Currently the site is doing that just fine in two columns but when it does not allow for a space for ads. The blog posts seem locked at 2 columns.
Let me know if there is a shortcode or a css I can use to adjust the blogpost shortcode.
JKS
In forum: Virtue ThemeIn reply to: Blog posts layout on the homepage
Hi Jessica,
If you enable your blog posts on the homepage through the homepage layout manager you can set the number of columns to one (Theme Options > Home Layout > Home Blog Settings).
You can choose a sidebar layout for your homepage from Theme Options > Home Layout then add content to your sidebar from Appearance > Widgets.
Hope that helps!Hannah
-
AuthorSearch Results


