Fran21 - Question | JoomShaper

Fran21

FM

Fran Mogica

SP Page Builder 2 years ago

Two questions:

1.- I have problems organizing the mobile version. At the bottom of the page it does not go down any further and three sections meet.

How do I solve it?

2.- Where do I find these tools when I activate the mobile version to design it? When I activate the mobile layout it disappears

0
4 Answers
Muntasir Sakib
Muntasir Sakib
Accepted Answer
Support Agent 2 years ago #25693

Hello there,

Please add the following code in the Custom CSS section

@media (max-width: 767px){
#g-footer .g-container{
margin-top: 200px;
}
}

Secondly, we can see the toolbox in the front end editor. Please see the screenshot here for a better understanding. Check at your end now.

Thanks!

0
FM
Fran Mogica
Accepted Answer
2 years ago #25716

Sorry I still don't see where to put the code in my template

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #25711

Add this css code inside the custom.css file. Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code. https://prnt.sc/pu705g https://prnt.sc/pu70zn In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0
FM
Fran Mogica
Accepted Answer
2 years ago #25709

It remains the same, it has not changed.

Where do I have to put that code exactly?

0