Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #464220

    I would like to add a position between the footer and the socket. My footer has 5 columns and the socket will not fit the text I need to place properly. I really need another position.

    Thanks

    #464224

    Hi Peter!

    Can you please elaborate on the changes you would like to make? If you would like to add additional content between footer and socket section, please go to Appearance > Editor and open Footer.php file and search “id=’socket'” and your content right above it.

    Cheers!
    Yigit

    #464233

    Yes I tried that but it does not look good. I want it to be the same as the footer but just hold some boiler plate text. Thanks

    This is the site https://www.goodyearparkerstore.com/

    You’ll see in the footer there is this repetitive text on all columns, Closed weekends but we do offer 24 hour/7 day emergency services. Please be aware there is a fee for opening the store outside normal hours. Call (727) 822-2893 to reach the emergency operator for all locations (Se Habla Español).

    I want to put this below the footer but above the socket,

    Thanks

    #465546

    Hey!

    You can add the following to footer.php

    				
    <footer class="container">
    <h2>Above socket</h2>
    </footer>

    just above this line:

    <footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>>
    

    If you have problems with styling we can help you out with that after you’ve added it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.