Default CSS messing with Layout
-
It seems the default CSS loaded when having HTMega enabled is messing with the layout of tables. Reason is located in paragraph “Blog Post CSS”. The usage of generic names for classes result in padding for the first row of each table on your site to be changed.
.row-1 > [class*=”col”] {
padding-left: 1px;
padding-right: 1px; }The specific path to the CSS: wp-content/plugins/ht-mega-for-elementor/assets/css/htmega-widgets.css?ver=2.4.3
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Default CSS messing with Layout’ is closed to new replies.