Header Title too big in mobile & image issues?

Hi there,

I am working with Betheme on website, looks ok until I view in mobile browser. &

1st the name is so big it goes over onto the menu, & can't see how I can make smaller, any ideas?

Also on the 'how we work' page the 1st image shrinks?

Here is link: www.epcbournemouth.com

Comments

  • Hello,

    1) If you would like to decrease the font size of the logo for mobile-only without changing the desktop size, you will have to use the Custom CSS Code. Do you need help with writing it?

    2) Please check if this image does not have selected an option to be hidden on the mobile view.

    Thanks

  • Hey, thanks for info. yes if you can help me with writing that would be amazing!

    The image has all buttons on "show"?

  • 1) Please, put the following CSS Code in Betheme -> Theme options -> Custom CSS & JS -> CSS:

    @media screen and (max-width:767px){
       #Top_bar .text-logo a{
       font-size: 30px!important;
    }
    }
    

    2) Please try to put this image as an image item, not as the wrap background.

    Thanks

  • SORTED! Thank you sooooo much!

  • Hey, just wondered if you know if it's possible to change the colour of the title header???

  • Can you send me a screenshot showing what you are referring to, please?

    You are talking about this title?:

    Best regards

Sign In or Register to comment.