Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #997314
    Thai4more
    Participant

    To the best Theme ever,
    I tried to put my company info and logo into the footer through a widget but it looks terrible see attachment
    its the info at the right side, the one in the middle is as i prefer to display my info. Do you no if there is a better way to do it instead of using a widget?
    I have the following issue when i use the widget, forgive me i have no knowledge about any coding etc.
    I can display the info in the middle. when i put the widget in footer area 2 its gets automatic moved to the right side, except when i put a widget in the footer area 2.
    Also i dont no how to center or move the logo around, please advice.
    Thanks for all best regards, Corrie

    #997357
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #998295
    Thai4more
    Participant

    Dear, its http://www.4morefightshorts.com, if you need anything else let me no. best regards corrie

    #998765
    Rue Nel
    Moderator

    Hello There,

    You must insert an empty text widgets in Footer 1 and Footer 2. Or please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-colophon.top .x-column.x-md.x-1-3 {
        display: block;
        border: solid 1px transparent;
    }

    Hope this helps. Kindly let us know.

    #999046
    Thai4more
    Participant
    This reply has been marked as private.
    #999089
    Christian
    Moderator

    I’ve added the code below in your Appearance > Customize > Custom > CSS.

    .x-colophon.top .x-column {
      min-height: 1px;
    }
    
    #text-9 h4, #text-9 .textwidget {
      text-align: center;
    }

    Please check.

    Thanks.

    #999940
    Thai4more
    Participant

    Dear, yeah perfect, thanx so much , one last thing is it possible to make the highed of the footer more narrow, see attachment for what i mean. Thanks in advantage, best regards cor

    #999991
    Rahul
    Moderator

    Absolutely.

    Add the following custom CSS :

    .x-colophon.top {
        margin-bottom: -20px;
    }

    Thanks

    #1001395
    Thai4more
    Participant

    Dear, Thanks. I want also delete some space at the top i insert this but it didnt work.
    margin-top: -45px;

    #1001494
    Joao
    Moderator

    Hi There,

    Please add the following code and adjust according to your taste (1% or 2%..) :

    .x-colophon.top {
    padding-top: 1%;
    padding-bottom: 1%;
    }

    Hope that helps,

    Joao

  • <script> jQuery(function($){ $("#no-reply-997314 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>