Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1645200
Padding on news block
Closed

Comments

  •  1
    Bill started the conversation

    Hi, on this page I added a news block, but there is no padding between news items. Isn't there supposed to be padding there (25px) like there is between news items on our homepage? How can I add that? You can see it here under "The Latest On Sports Betting" https://www.usbets.com/sports-betting/

  •  2,699
    PenciDesign replied

    Hi,

    Please use template for this page is "FullWidth" to make this block working fine.

    After use Fullwidth template, let's use Container element to split it like layout you're using. We've said very clearly about this in the documentation of PenNews


    Best Regards,

    PenciDesign

  •  1
    Bill replied

    The problem is I’m going to have dozens of pages, and I need them to look like this page https://www.usbets.com/sports-betting/, with the breadcrumbs, h1 and share buttons at the top.

    If I do use the Penci container, the h1, breadcrumbs and share buttons disappear and the design looks different. Also, If I construct every page like the homepage, using Penci container and creating a sidebar, I will have to update the sidebar on many many pages if I ever need to make changes.

    I also tried to use the penci container with a widgetised sidebar element, but that doesn’t work because then the H1, share and breadcrumbs are removed and the sidebar doesn’t have the empty padding between widgets I need.

    Do you have any ideas? We just need to be able to use WP bakery elements within a regular container so that we can have the design look like the URL above.

    This is actually a big problem because we will have so many pages and want to include WP bakery elements within them. Thanks

  •  2,699
    PenciDesign replied

    Hi,

    If so, please add more this code to Customize > Addination CSS to add more padding for this case:

    .page-template-default .penci-block_12 .penci-post-item{ margin-bottom: 30px !important; }
    .page-template-default .penci-block_12 .penci-post-item:last-child{ margin-bottom: 0 !important; }
    

    Best Regards,

    PenciDesign