Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Offscreen Menu issue #520678

    Thanks Rikard! That did help, but is there a way to move just the dropdown menu over a bit so it’s not hugging the edge of the screen. I can play around with the pixel values myself if you can give me the classes that relate to just the dropdown menu.

    Regarding the second issue: It is a third party plugin causing the background image to not resize properly. I will reach out to the collapse-o-matic support team and see if they have a fix.

    in reply to: Offscreen Menu issue #520341

    Also, i’m using parallax image backgrounds along with the collapse-o-matic plugin and have found that expanding collapsed content leads to the background image just being pushed down the screen rather than adapting to the new size. Is there any way to fix parallax backgrounds so they cover the screen even when the page content changes height?

    Thanks in advance for your help.

    in reply to: How to change the max-width of the entire site. #246663

    *edit* Found another topic recommending the Scripts To Footer plugin and Dude’s explanation of why it’s not always possible to do it any other way. (https://kriesi.at/support/topic/moving-javascript-to-footer/)*end of edit*

    Original comment:
    “Also, is there any way to fix this render blocking issue or is it an inherent quality in the theme?

    render blocking js

    I appreciate any advice you have for optimizing my site.

    Best regards,
    Arthur”

    • This reply was modified 10 years, 1 month ago by agutnov.
    in reply to: How to change the max-width of the entire site. #246433

    *edit* the font issue got resolved when I switched to a stretched layout. I am happy with the way it’s looking now so don’t worry about troubleshooting, but if you have any general words of wisdom you want to share, I am always interested in expanding my knowledge of internet wizardry. *end of edit*

    *edit2* I spoke too soon. Stretched layout makes it look really crazy and the font still changes. I think it might have been a page cache thing that made it look good until I cleared it. *end of edit 2*

    Original comment:
    “Thanks for the direction Yigit!

    I got the size right but it looks like the font changes at the break points now. (https://eidyial.com) Any idea how to fix it? I kinda had to hack it using quick css to get it right because I don’t really know what I’m doing. The header wasn’t matching the container width so I improvised. Something in the following css is causing the font issue (the first empty media screen thing made it so the font change only happened at one point):

    @media screen and (max-width: 989px) {
    }

    @media screen and (min-width: 989px) {
    #wrap_all {
    max-width: 960px;
    margin: 0 auto;
    }

    @media screen and (min-width: 1140px) {
    #wrap_all {
    max-width: 940px;
    margin: 0 auto;
    }

    I’m sure I could probably get rid of this mess entirely and change a value in grid.css to match the size but i’m having trouble finding the right number or numbers to change. If it’s not too difficult to implement in one of the future updates, I think it would be really useful to offer more width options or like an overall max-width selector in the settings section for novices like myself.

    Best regards,
    -Arthur”

    • This reply was modified 10 years, 1 month ago by agutnov.
Viewing 4 posts - 1 through 4 (of 4 total)