Tagged: Footer Menu, Footer Menu (Part 2)
- This topic has 7 replies, 2 voices, and was last updated 11 years, 9 months ago by
StartupWP.
- AuthorPosts
- May 24, 2014 at 9:05 AM #1629
StartupWP
KeymasterIt’s not a pretty solution, but:
@media all and ( max-width: 1000px ) { #menu-my-footer-menu .menu-item-5650 a { left: 30px; position: absolute; top: 76px; } }May 26, 2014 at 2:56 AM #1630uendi
ParticipantIt’s really fantastic. May I know how about this http://prntscr.com/3mp2f2 ?
From StartupPro Options, am I able to change that ?
Thanks.
May 26, 2014 at 10:38 AM #1631StartupWP
KeymasterLooks like you added inline styles:
<span style="font-family: arial, helvetica, sans-serif; font-size: 14px; font-style: italic; color: #FFFFFF; position: relative; bottom: 174px; left: 115px;"> Keep updated with our latest products and offers from</span>So, however/wherever you’ve embed these you would need to go in and adjust the
leftstyle.May 26, 2014 at 3:52 PM #1633uendi
ParticipantSorry, unable to go back to the same post / topic.
I have tried but the left style looks different between in PC and mobile phone.
Thanks.
May 27, 2014 at 9:18 AM #1635StartupWP
KeymasterPlease bookmark https://startupwp.com/user/uendi/ for future reference so that you can find all your previous topics, replies, subscriptions etc.
By simply adding this line
min-width: 1000px;should actually solve most of the problems you’re having here:#menu-my-footer-menu { background: url("http://uendi.com/wp-content/uploads/2014/05/FooterMenu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); border-top: 1px solid #816100; clear: both; display: block; height: 350px; left: 0; margin-top: 90px; position: absolute; text-align: center; width: 100%; min-width: 1000px; }June 5, 2014 at 12:21 AM #1639uendi
ParticipantThank you so much.
June 5, 2014 at 1:06 PM #1641StartupWP
KeymasterYou’re welcome.
- AuthorPosts
- You must be logged in to reply to this topic.
