Shop Categories

X

Reply To: two design problems

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

#26956
Zex
Moderator

Hello, Jan!

Make sure you have done the first step.

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

or you can add the following code into your custom CSS:

.page-id-372 .vision-row{
    padding-bottom: 0px!important;
}

Regards