Visual Composer Row Columns

Posted in: Newspaper
Post count: 34

Hi,

please guide me how i could add more than 6 columns in Visual Composer Row. check the below url where i have added 6 images in the top row using single image widget. i want to add more than 6 images on the top row like 8 to 10.

http://pakdiscussion.com/entertainment/

Regards

  • This topic was modified 10 years by mubasshar.
Post count: 6535

Hi

Visual Composer won’t allow more than 6 elements on a row because does not have implementation for them. However you can try to add images on page like this: http://screencast.com/t/w5WIbox1613http://screencast.com/t/LIclfzamu Just set the left alignment for each image and they will be displayed one next to each other. In above example I’ve picked the smaller thumb generated by wordpress for the purpose of this example. However if your images are smaller then 150x150px you can chose full width size.

Hope this helps.
Thanks!

Post count: 34

Hi

Thanks for the quick response. i think 6 images are fine with me on one row as these are not just images but with reference to different page links. I have added multiple single image widgets as per my requirement and assign separate url to them. my question is this if we could show hover effect when pointing mouse over the single image currently there is no hover effect, advice me if i could do this.

Regards

Post count: 6535

HI

Try this css to set a background color for these images:

.wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border:hover {
background-color: red;
}

This is just a basic example but you can customize it by adding other css properties on same classes.
Hope this helps.
Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.