Site logo

Archived topic

2 Questions from a new user

19 replies · Started by Jason Westbrook on March 15, 2017

Viewing posts 16–20 of 20

The demo site you posted seems to have a coming soon page up?

sorry. try demo1.builtonmission.com/demo

Hey guys! Thanks for being so patient with me on these posts. I have further figured a few things out. Here is where I am at with everything and what I am trying to finalize to complete what I am attempting to do. I am soo close!

1. Change the size of the icon on the slide out menu. Its currently a small "round x".

2. Style the slide out menu with some padding so my widgets are not left justified to the point that it's right up against the edge and not flush with the top either. You will see some stuff I have put in their.

3. On the slide out menu can the widgets begin after the small "round x"?

4. How can I completely remove or hide the "Use Sections" from the back-end on each page so my end user is not confused since I am using Beaver Builder as the editor.

Here is a link to the slide out menu I am trying to replicate as close as possible:
http://missiondemos.com/ac/about-us/

Here is a link to my site I am working on:
http://demo1.builtonmission.com/

You can center your widgets and give them padding like this:

.slideout-navigation .widget {
    padding: 40px;
    text-align: center;
    margin: 0 auto;
}

As for the close icon, check out the larger icons section: http://fontawesome.io/examples/

You should also be able to add the close icon into one of your widget at the very top, it just needs to have that .slider-exit a class.

"You should also be able to add the close icon into one of your widget at the very top, it just needs to have that .slider-exit a class."

Can you explin that a bit more. I am lost. the other changes are working great.

This archived topic is closed to new replies.