New Topic

Footer Menu

Home › Forum › Help › Footer Menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1629
    StartupWP
    Keymaster

    It’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;
    }
    }
    #1630
    uendi
    Participant

    It’s really fantastic. May I know how about this http://prntscr.com/3mp2f2 ?

    From StartupPro Options, am I able to change that ?

    Thanks.

    #1631
    StartupWP
    Keymaster

    Looks 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 left style.

    #1633
    uendi
    Participant

    Sorry, 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.

    #1635
    StartupWP
    Keymaster

    Please 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;
    }
    #1639
    uendi
    Participant

    Thank you so much.

    #1641
    StartupWP
    Keymaster

    You’re welcome.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.