Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1199523

    Hi there,
    private

    #1203220

    Hey inaudit,

    I’m very sorry for the late reply. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        width: 50%;
    }
    }
    @media only screen and (max-width: 767px) {
    .page-id-330 #layer_slider_1 p {
        font-size: 16px;
    }
    }

    Best regards,
    Rikard

    #1212989

    HI there,

    now I’m who is sorry for the late reply…
    both css work perfect thanks :)
    however, the social icons doesn’t show in the top-header in responsive mode, shouldn’t they show up?
    thanks

    #1213054

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .responsive #top #header .social_bookmarks {
    display:block!important;
    }}

    Best regards,
    Jordan Shannon

    #1213348

    Hi,
    it doesn’ show really well

    #1213492

    Hi,

    Apologies, you want them aligned?

    Best regards,
    Jordan Shannon

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