Dividers in listing widgets
This topic contains 8 replies, has 3 voices, and was last updated by Alex Rollin 5 years, 11 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
November 11, 2019 at 12:13 pm #516604
Hi, there are 2 things I would like to ask regarding the places and events widgets (archive items).
1. As you can see on https://getdirections.asia I added a widget for each main category (accommodation, activities, etc…) that displays the featured listings. Under each place seems to be a horizontal divider, and I have no idea where it comes from. I checked the events widget on that same page and there is no horizontal divider under each event.2. As you can see throughout the website, I added vertical dividers between elements. Each section has 3 columns with a divider in-between. Is there a way with CSS to add the same horizontal divider between the places and events in the widgets so that they follow the overall layout of the site.
Thank you,
TonyNovember 11, 2019 at 12:48 pm #516609Hi Tony,
Thanks for your post. Looks like this is related to your theme. But we’ll help where we can.
1. You can use this custom CSS code below to remove the horizontal line below the listing.
.wp-block-coblocks-dynamic-separator.is-style-line::before, .wp-block-coblocks-dynamic-separator.is-style-fullwidth::before { height: 0px!important; }2. Could you share some screenshots ? not sure what you mean by this.
November 11, 2019 at 2:29 pm #516632Thanks Kor,
I attached 2 files. The file called ‘no dividers’ is a screenshot of how it is at the moment.
The file ‘dividers new’ is a mockup of what I would like to achieve.
Here is a code we used in our old Joomla site to achieve something similar. Maybe this helps.
@media(min-width: 960px) { .wk-custom-divider > div:not(.wk-row-first) .wk-panel::before { /* Half the padding of the gutter ... */ left: -14px; content: ""; display: block; position: absolute; top: 0; bottom: 0; border-left: 1px solid #dedede; } } @media(min-width: 1200px) { .wk-custom-divider > div:not(.wk-row-first) .wk-panel::before { /* Half the padding of the gutter ... */ left: -18px; } }Thank you
November 11, 2019 at 5:54 pm #516659Hi Tony,
Thanks for your reply. You can remove all the borders using the custom CSS code below.
.uk-grid-item-match:before,.uk-flex-auto:before{ border-left: 0px!important; } .uk-column-divider { column-rule: 0px!important; }November 12, 2019 at 12:18 am #516683Hi Kor,
I think there is a small misunderstanding. At the moment there are no dividers between the places or events in the widgets. I would like to add dividers between them as shown in the image attached.
Thank you,
TonyNovember 12, 2019 at 1:13 pm #516755Hello,
we can help with hiding some GD related features but we don’t write customizations for styling your site.
You should contact a designer if you need help creating CSS.
November 14, 2019 at 2:36 am #517077Ok, understood, thanks Alex
November 18, 2019 at 2:13 pm #517647Where would I edit the layout of grid 3? Is there a php file where I can edit some code? I just want the grid to follow the grid layout we use throughout the theme.
Thank you,
TonyNovember 19, 2019 at 12:57 am #517720We provide some helper CSS to target specific layouts here:
https://wpgeodirectory.com/docs-v2/design/layouts/We do not recommend or support altering core plugin files.
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket