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

    Hi there,

    on our site, we have in the menu-bar 2 social icons (g+ and xing). When bringing the mouse on those icons, a colored circle is shown. So far so good. We would like to have this circle not only on mouse-over but constantly. Can you help out?

    Moreover, when calling the website on a smartphone (landscape position), the main text “Wir beraten…” appears over the logo. Is there here a solution to have the text under the logo?

    Best

    #330192

    Hi 4seed!

    With regards to the social icons, try adding this code to Quick CSS or custom.css:

    #top #wrap_all .av-social-link-gplus a {
        color: #FFF;
        background-color: #DE5A49;
    }

    For the logo and text, add the following in Quick CSS or custom.css:

    @media only screen and (max-width:555px) and (orientation:landscape) { 
         #header-page .template-page .post-entry{
               margin-top:50px !important;
    }
    }

    Cheers!
    Arvish

    #330195

    Thanks Arvish for your quick answer!!

    color on social icons works, thanks :-)

    Code for the landscape view has been added to quick CSS but does not bring the wished effect. Another idea perhaps?

    Best

    #330644

    Hi!

    Try this:

    @media only screen and (max-width:768px) { 
         .home #header-page .av-special-heading-h2 h2 {
    margin-top: 50px;
    }
    }

    Regards,
    Ismael

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