Shop Categories

X

Reply To: two design problems

Home Forums Agama Pro two design problems Reply To: two design problems

#26954
Zex
Moderator

Hello, Tom!

1.
a. Edit your “Contact” page, then scroll down to the bottom of the page to the “Agama Options” meta box.
Open the “Page” tab and set the Page content padding value to 0px. https://prnt.sc/svr1g0

b. Insert the following code into Customizing->General->Additional CSS:

#el-b15c6241 p{
    margin-bottom: 0px!important;
}

2.
Insert the following code into Customizing->General->Additional CSS:

.vce-flip-box{
    height: 350px!important;
}

Beat Regards