Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1180153

    I am looking to center the footer widget content on mobile versions only

    #1180361

    Hey navindesigns,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      #top #footer .textwidget,
      #top .widget ul,
      #footer .widgettitle {
        text-align: center;
      }
      #top #footer .widget ul.social_bookmarks {
        width: 15%;
        margin: 0 auto;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1180539

    Looks great except for my email and phone icons which are still left aligned

    #1180772

    Hi,

    Add this to quick css;

    @media only screen and (max-width: 767px)  {
    .av_font_icon {
        display: inline!important;
    }
    .avia-icon-pos-left {
        float: none!important;
        margin-right: 0em!important;
    }}

    Best regards,
    Jordan Shannon

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