• kian1977

    (@kian1977)


    Hello,

    Is there a piece of CSS that will allow me to increase the size of my dropdown menu when I click on the hamburger icon whilst viewing through my phone? I recently used some CSS to increases the size of the hamburger icon, but the dropdown menu on a phone is tiny.

    Also, is there a way I can increase the text size of my blog excerpts in my archives section when also viewed through a phone? Possibly with CSS? At the moment it’s too small to read on a smaller device.

    Thanks,

    Kian

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello @kian1977,

    Below are the answers for your queries –

    1. Is there a piece of CSS that will allow me to increase the size of my dropdown menu..
    # You can set the menu font size on mobile with customizer settings. In the customizer navigate to Typography > Header > Primary Header. Click on the toggle to select mobile device( https://cl.ly/f8078b669eba ) and set the font size. This font size will be applied only on mobile devices.
    Above setting is available with Astra Pro’s Typography Module, so make sure to activate this addon.

    2. Also, is there a way I can increase the text size of my blog excerpts in my archives section when also viewed through a phone? Possibly with CSS?
    # Please try following CSS –

    .blog.ast-header-break-point .post .ast-post-format- .entry-content p:first-of-type,
    .archive.category.ast-header-break-point .post .ast-post-format- .entry-content p:first-of-type {
            font-size: 13px;
     }

    Hope that helps!

    Regards,
    Anjali

    Thread Starter kian1977

    (@kian1977)

    Hi Anjali,

    Thanks for getting back to me, and for your help.
    I’ve managed to increase the size of the dropdown menu, following your steps, so thank you for that, but when I input the CSS it works one blog excerpts but seems to drag the two subheadings on my homepage halfway down the page. Any idea why that might be, by chance?

    Thanks,

    Kian

    Thread Starter kian1977

    (@kian1977)

    sorry, that should read it works ‘on my blog excerpts…’

    Thread Starter kian1977

    (@kian1977)

    Hello @kian1977,

    Sweta here from the Brainstorm Force Team.

    I visited your site and it seems like you have managed to fix it. Let us know if you are still facing that issue.

    Thread Starter kian1977

    (@kian1977)

    Hi Sweta,

    Thank you, I think I have fixed it.

    Do you by chance know if there is a way I can increase the size of my contact form on my contact page, for a mobile phone? Does this require CSS?

    Thanks,

    Kian

    deepakl

    (@deepakl)

    Hi @kian1977 ,

    Seems like you are asking multiple queries in single topic. This forum is for reporting bugs and issue. Would you mind opening a support ticket in our support center so that we can provide you a timely reply with easy track of each of your query.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘CSS to increase size of dropdown menu and blog excerpts on Mobile phone’ is closed to new replies.