Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1496046

    Hello, can you get me CSS to increase mobile font size, sub menu font size & line spacing? I just need to the mobile menu to look better. Please let me know what will look good. thanks!

    I also have that very top of page link that says “Book a Free Strategy Call” That goes to an anchor link “https://bemodesign.com/contact-bemo-design/#book-call but it cuts off the top of headline when it does. how can I move this down when they click on this achor link?

    THanks!!

    #1496083

    Hey bemodesign,
    Try this css:

    @media only screen and (max-width: 767px) {
        #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
            font-size: 22px;
        }
        .html_av-overlay-full #top #wrap_all #av-burger-menu-ul li,.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li {
        line-height: 1em;
    		}
    		.responsive #top #wrap_all #av-burger-menu-ul li {
        font-size: 22px !important;
    		}
    } 

    Adjust to suit.
    As for your anchor link, the ID #book-call is in the second section column with the title “Free 15-Minute…” if you want the first section title “CONTACT BEMO DESIGN” to show, then move the ID to that section.

    Best regards,
    Mike

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