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

    Hello,
    I noticed that sometimes adding fast css actually makes shrink the width of the website (see capture). This is not the first time this has happened on my websites built with enfold. Would you have an idea why? Is there a way to avoid it? I specify that I use the latest version of Enfold and the latest version of WP.
    Best
    Lex

    #1087814

    Hey Lexa_Dryke,

    Do you have any code is Quick css? There can be an error in it. What code are you adding?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1088007

    Hi Victoria,
    Thank you for message.
    I’ve tried to add this quick css to increase font size in the burger menu.
    @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: 18px;
    color: black !important;
    }
    And this one to avoid underline link

    .main_color a, .alternate_color a {
    text-decoration: none !important ;
    }
    Both are making the width shrink.
    Temporary access in private content.

    Thanks for your help.
    Best
    Lex

    #1088702

    Hi Lexa_Dryke,

    Can you please make that account admin so that we can see the theme options?

    Best regards,
    Victoria

    #1088719

    Hi Victoria,
    Done.
    Best
    Lex

    #1088856

    Hi Lexa_Dryke,

    There were some extra curly braces that were giving errors in css. I removed them and added the code, please check now.

    Best regards,
    Victoria

    #1088857

    Hi Lexa_Dryke,

    There were some extra curly braces that were giving errors in css. I removed them and added the code, please check now.

    Best regards,
    Victoria

    #1088865

    A great thanks Victoria for your help. I will look after extra curly braces, next time.
    Enfold, best theme, best team.
    You may close this thread.
    Best
    Lex

    #1088909

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Quick CSS and shrinking width’ is closed to new replies.