[Support request] 2 Questions from a new user

Home Forums Support [Support request] 2 Questions from a new user

Home Forums Support 2 Questions from a new user

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #293223
    Tom
    Lead Developer
    Lead Developer

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

    #293329
    Jason Westbrook

    sorry. try demo1.builtonmission.com/demo

    #293383
    Jason Westbrook

    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/

    #293470
    Tom
    Lead Developer
    Lead Developer

    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.

    #293478
    Jason Westbrook

    “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.

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.