Home › Forums › Legacy Support › Support queries › Styling issues › Footer design issue
Tagged: footer
- This topic has 14 replies, 3 voices, and was last updated 6 years, 5 months ago by Mark Morgan.
Viewing 15 posts - 1 through 15 (of 15 total)
-
AuthorPosts
-
May 21, 2018 at 10:21 am #157685intelwebSpectatorHello, 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?May 22, 2018 at 5:34 am #157811Mark MorganSpectatorThis 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;}May 22, 2018 at 7:01 am #157837intelwebSpectatorThanks 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...May 23, 2018 at 5:13 am #157987Mark MorganSpectatorThis reply has been marked as private.May 23, 2018 at 5:18 pm #158149intelwebSpectatorHi, it seems that i can not see the same result....May 23, 2018 at 5:19 pm #158150intelwebSpectatorwhy i can not attach u an image ?? how can i show u my page as a screenshot?May 24, 2018 at 6:53 am #158205Mark MorganSpectatorJust take a screenshot upload it online and share the link here.May 25, 2018 at 2:45 pm #158417intelwebSpectatorHello again, i send u the screenshot, as u can see the copyright text doesnt show well. https://prnt.sc/jmjbr7May 26, 2018 at 9:55 am #158477DianaParticipant@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/jmtwjhMay 29, 2018 at 9:10 am #158685intelwebSpectatorok 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/jnyvpiMay 30, 2018 at 5:42 am #158802Mark MorganSpectatorThis reply has been marked as private.May 30, 2018 at 2:23 pm #158887intelwebSpectatorhello 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/jnyvpiMay 31, 2018 at 5:39 am #158959Mark MorganSpectatorYou 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%;}May 31, 2018 at 8:15 am #158986intelwebSpectatorHi again, nothing changed with the code u gave me...and still the same problem with the logo... https://prnt.sc/jowyqcJune 1, 2018 at 6:25 am #159139Mark MorganSpectatorThis reply has been marked as private.
-
AuthorPosts
Viewing 15 posts - 1 through 15 (of 15 total)
- The topic ‘Footer design issue’ is closed to new replies.