error when css is build

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.

Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Post Reply
beardavid
 
 
Posts: 1
Joined: Sat May 27, 2023 8:34 pm

error when css is build

Post by beardavid »

keep get an extra } in css when published
this happens all the time when adding a button to page
#home_bttn {
-webkit-appearance: none;
background-color: transparent;
background-image: none;
border: 1px solid #000000;
border-radius: 6px;
box-sizing: border-box;
color: #000000;
font-family: Arial;
font-size: 17px;
font-style: normal;
font-weight: bold;
line-height: 19px;
margin: 0;
padding: 1px 6px 1px 6px;
text-align: center;
text-decoration: none;
vertical-align: top;
}
} <-- is an extra one not needed
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: error when css is build

Post by crispy68 »

I can confirm that the button under form controls is adding an extra }
User avatar
Pablo
 
Posts: 21570
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: error when css is build

Post by Pablo »

Thanks for letting me know!

This has been fixed in the latest build (5/28/2023)
https://www.wysiwygwebbuilder.com/download.html
Post Reply