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'

Home / Forums / Search / Search Results for 'COLUMNS'

Viewing 20 results - 1,481 through 1,500 (of 3,937 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Formatting kad-panels

    #181279

    Ok so in one row with three columns your items would be:

    1 / 2 / 3
    4 / 5 / 6

    But on mobile they would be:

    1
    4
    2
    5
    3
    6

    Ben

    #181264

    Hello,
    I have three columns in my footer and I want them centered on the page.
    Virtue Theme.

    #180622

    Hello,

    I have a carousel here: 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 Theme
    #180589

    Hey 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;}
    }
    #180568

    Hey 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 Theme
    #180419

    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 Theme

    In reply to: Align page left

    #180368

    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

    #180071

    Hi team,
    After much work, I’m very pleased to have got this page nearly working. On my iPad, however I note

    1. 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 reply to:

    #180070
    This reply has been marked as private.
    #180053

    sorry 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

    #180012

    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!

    #179932

    Hey, You can use the ascend: carousel widget inside page builder the widget has options to set the columns for each screen size.

    Ben

    #179802

    Hi 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.

    #179693

    Hello,
    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 : with Ascend theme

    Is there any shortcodes to do that ?

    Thank you in advance

    In forum: Virtue Theme

    In reply to: Home page

    #179637

    Do you have the page builder plugin installed and activated? If so, you can add the layout builder widget to your home widget area, then create a row with two columns and add a widget to each.
    Hope that’s helpful!

    Hannah

    #179181

    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

    #178951

    1. 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

    #178894

    Hi,

    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:
    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:
    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

    #178744

    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

    #178739

    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

Viewing 20 results - 1,481 through 1,500 (of 3,937 total)