Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1168416

    Hi Enfold Support Team,

    Enfold latest Portfolio Widget
    I’m using Enfold latest Portfolio Widget in the Footer and I’ve choosen “display title only”. Is it possible to hide the date and show only the title?

    Footer viewed with an iPhone
    My client is a perfectionist and has discovered that the search button behind the magnifier symbol doesn’t fit perfectly and that the linespacing of the footer menu is much too tight.

    Kind regards

    Alexander

    #1168494

    Hey ahanauer,

    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

    
    #footer .news-time {
        display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1168503

    Thanx, Victoria!

    I works.

    Best wishes,
    Alexander

    #1168504

    Hi Victoria,

    You should scroll down until you see the footer. On the iPhone the footer menu breaks into a second row and than you can see, that the linespacing is much too tight. And you will see also the little problem with the search button.

    How can I share a screenshot with you?

    Best,

    Alexander

    #1168969

    Hi ahanauer,

    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:479px){
        #socket .sub_menu_socket li {
            line-height: 25px;
        }
    }
    .avia_mobile #top #searchsubmit, .avia_mobile .ajax_load {
        height: 44.1px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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