Bottom footer columns problem

Home Forums Legacy Support Support queries Styling issues Bottom footer columns problem

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #228465
    IBSP
    Spectator
    Hi, The bottom footer is in two columns first one is of 3 and 2nd is 9 I want to divide them to 2 means 6+6, See this:- https://prnt.sc/pdk3w0 Thanks
    #228500
    MrVibe
    Keymaster
    Ok please share site details wp admin in private reply and we can do this for you. There are two ways to achieve this :
    1. Via css

    2. Via template

    for fix I need your site link. You can share details in private reply.

    #229167
    IBSP
    Spectator
    This reply has been marked as private.
    #229172
    IBSP
    Spectator
    This reply has been marked as private.
    #229269
    Veronica
    Moderator
    hello, I am giving you the CSS for this, try this CSS and add it in--- appearance>>customize>>custom css @media (min-width: 992px){ div#footerbottom .col-md-3 { width: 50% !important; } div#footerbottom .col-md-9 { width: 50% !important; } }  
    #229414
    IBSP
    Spectator
    Thanks, it works  
    #229455
    Veronica
    Moderator
    hi, closing the topic.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Bottom footer columns problem’ is closed to new replies.