Footer design issue

Home Forums Legacy Support Support queries Styling issues Footer design issue

Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #157685
    intelweb
    Spectator
    Hello, I am trying to fill my footer with widgets but it seems that there is not enough space for each of them...i am trying to design the footer just your demo insteed of 4 cols i have 3 cols...but each column doesn't have enough width , i don't know why... Another issue is at the bottom footer...i have my logo and the copyright text but there is not enough space...my logo covers the text....how can i fix that?  
    #157811
    Mark Morgan
    Spectator
    This is because you have added custom css for the footer, please remove the custom css and it will looks fine. Refer : http://prntscr.com/jkyxqi To make the copyright text away from logo set the margin by adding the below given css code in your custom css. Go to wp-admin -> Appearance -> Customize -> custom css. #footerbottom #footerlogo{margin-right:55px;}
    #157837
    intelweb
    Spectator
    Thanks for your reply! I have never add custom code at the footer...or any css code...why this custom code exists? maybe from the child theme? Another thing...the css code u gave me for logo is correct but as u can see the copyright text not show well...  
    #157987
    Mark Morgan
    Spectator
    This reply has been marked as private.
    #158149
    intelweb
    Spectator
    Hi, it seems that i can not see the same result....
    #158150
    intelweb
    Spectator
    why i can not attach u an image ?? how can i show u my page as a screenshot?
    #158205
    Mark Morgan
    Spectator
    Just take a screenshot upload it online and share the link here.
    #158417
    intelweb
    Spectator
    Hello again, i send u the screenshot, as u can see the copyright text doesnt show well. https://prnt.sc/jmjbr7
    #158477
    Diana
    Participant
    @intelweb, Go to wp-admin > Appearance > customize > custom css #footerbottom #footerlogo{ margin: -2px 50px 0 0 !important; } It will look like this after pasting the custom css Refer: http://prntscr.com/jmtwjh
    #158685
    intelweb
    Spectator
    ok i did that but it still doesn't look very nice....i would like all the copyright text to be in one line.....not three.. I tried to remove the logo but it seems to be worst....because the theme replace the logo with a path ....u can see an image here... https://prnt.sc/jnyvpi
    #158802
    Mark Morgan
    Spectator
    This reply has been marked as private.
    #158887
    intelweb
    Spectator
    hello again, i have done already what u told me , remove the logo from wplms -> footer but the result is the same as i sent u before...a big path from media library and the copyright text still at three lines... https://prnt.sc/jnyvpi  
    #158959
    Mark Morgan
    Spectator
    You have to increase the column width to make the copyright text in one line. To do this you need to add the below give css in your custom css. #footerbottom .col-md-3 {width:40%;}
    #158986
    intelweb
    Spectator
    Hi again, nothing changed with the code u gave me...and still the same problem with the logo... https://prnt.sc/jowyqc
    #159139
    Mark Morgan
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Footer design issue’ is closed to new replies.