Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #721432

    Hi there guys,

    Can you help me please. I created a banner on this website: http://helpinghandsoverstrand.co.za/
    It looks fine on desktop devices but anything smaller the banner doesn’t look right and on mobile in particular the wording gets cut off. I see that it doesn’t happen with your demo for the wedding so could you let me know how I can sort it so the fonts adapt accordingly.

    Also, how do I make the font bigger in the small menu bar above the main header?

    Thanks

    Krissie

    #721796

    Hey Krissie,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .avia-caption-title {
      margin-top: 40px;
    }
    }

    Best regards,
    Rikard

    #721870

    Thanks, I’ll see if it works.
    Also, can you give me some Quick CSS to make the font bigger in the small menu bar?

    Thanks

    #721950

    Hi,

    Glad to help!

    To font size above the main menu can be changed with the below css

     #top #header_meta .phone-info {
        font-size: 14px;
    }

    Best regards,
    Vinay

    #721955

    Great! Many thanks! Would be handy to have that as an option within the advanced editing section in the theme options.

    Ta :)

    #721957

    Sorry, one more thing. How do you control the colour of the ‘social media icons’ in the top menu bar?
    I can’t seem to get it to stop being white.

    http://prntscr.com/dguoxv
    In this example when I make the screen mobile size the social icon turns white, despite making the font black in the advanced editing area.

    Thanks

    #722949

    Hey!

    Please add something like this in the Quick CSS field.

    @media only screen and (max-width: 767px) {
         #top #wrap_all .header_color.av_header_transparency .social_bookmarks {
             color: #000000;
         }
    }

    Best regards,
    Ismael

    #723084

    Great! Thanks very much.

    #723548

    Hi,

    Glad we could help :-)

    Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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