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

Cellspacing and CSS child theme

Home / Forums / Pinnacle Theme / Cellspacing and CSS child theme

This topic is: Not Resolved
[Not Resolved]
Posted in: Pinnacle Theme

Tagged: , ,

November 1, 2017 at 10:46 am

Hi Ben,
here the new topic. I am sorry, I have a strong headache.
I am very sorry if I was unclear with my questions.

So,
I wanted to add a new “contact form 7” so I had to change the template and I choosed “page builder” becuase I did not find the fullwidth and the dafault template has a white backgroud that I can not change. Which one would be the fullwidth option, if there never was this option?

My contact page was looking like this:

I wanted to change the cocntact form because I want to add new fields and I had to leave the “contact template” and choose another one, so that I can add the contact form 7… and then I realized that there is a cellspacing between the pictures and the text… I do not want that…so I tried to put a white background in both cells, but there is anyway a space between. How can I adjust that?

See the second contact-page that I was layouting:

Then, I tried to adjust it with CSS but nothing worked out.
I usually just had to add the info at the “custom css” and not directly into the child-theme “style.css”
Anyway, none of both options worked out.

And I do not know if the code was wrong or there is an issue with the CSS because it is a child-theme
I already wrote 2.0.8 instead of 1.0… but it also did not help

/*
Theme Name: Pinnacle Premium Child Theme
Theme URI:
Description: Child Theme for Pinnacle Premium
Author: Kadence Themes
Author URI:
Template: pinnacle_premium
Version: 2.0.8
*/

I tried this code:

td {padding:15px}

td {padding-top:10px;
padding-right:20px;
padding-bottom:5px;
padding-left:0px;}

td {padding:10px 20px 5px 0px}

I also tried this one:

table { border-collapse: collapse; }
table tr td { padding: 0px; }

This looks more like CSS code for pinnacle, but also nothing
.panel-row-style {
padding-bottom: 0;
}

***

The typography that I customized in “custom CSS” is working well…

  • The forum ‘Pinnacle Theme’ is closed to new topics and replies.