Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1087375
    Guillaume
    Participant

    Hello Theme X team!

    I would like to customize my current footer (http://www.theinboundlabs.com – login/cred in next private post) in order to make it have a structure similar to the one there: http://www.promofarma.com/

    The subscription to the blog part would be above the 2 columns on the right and I will be using ConvertPlug to insert it.

    Many thanks in advance for your help!!

    Cheers,

    Guillaume

    #1087378
    Guillaume
    Participant
    This reply has been marked as private.
    #1087801
    John Ezra
    Member

    Hi there,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. Your description is far from the example link you have given. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation. Thanks!

    #1087953
    Guillaume
    Participant

    Hello John,

    Basically I want to have in the footer 3 columns: 1/4 + 1/4 + 1/2

    How can I implement that?

    Thanks.

    G.

    #1088238
    Rue Nel
    Moderator

    Hello G,

    To change the widths of the footer widget areas, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media(min-width: 980px){
      .x-colophon.top .x-column.x-1-3{
        width: 22%;
      }
    
      .x-colophon.top .x-column.x-1-3.last {
        width: 48%;
      }
    }

    http://prntscr.com/bt680a

    Hope this helps.

    #1090260
    Guillaume
    Participant

    Worked like a charm! Thank you Rue!

    Cheers,

    Guillaume

    #1090423
    Rue Nel
    Moderator

    You’re welcome! We’re happy to help you out.
    If you need anything else we can help you with, don’t hesitate to open another thread.

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