You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am loving using Hugo and the FixIt theme for my website (https://unnsse.io) - thank you so much for creating and maintaining this very lovely and useful theme!
Started using Clicky for website analytics, by pasting in the tracking code on the same line as Powered by, but right after the FixIt logo separated with a -?layouts/partials/footer.html:
Renders correctly via Safari & Chrome, but the image is bigger and appears misaligned:
Safari:
Chrome:
The other issue is that withFirefox & DuckDuckGo, the image doesn't render (not orange text or box surrounding the text) correctly:
Firefox:
DuckDuckGo:
Question(s):
Why is it not rendering in DuckDuckGo and Firefox but is rendering correctly (with the exception of image size alignment) on Safari & Chrome?
Is there a way to create a custom <div> tag to auto-render this so it doesn't look misaligned and looks like the same size (on all browsers, including mobile)?
Note: Wasn't able to edit the title of this thread so apologize if the title is incorrect (referring to localhost instead of specific browsers).
Sorry!I think this is a customized requirement, so it's not very suitable to be built into the theme.
For your questions, it seems to be just a CSS issue, and you need to modify the style in _custom.scss until you are satisfied.
Am loving using Hugo and the FixIt theme for my website (https://unnsse.io) - thank you so much for creating and maintaining this very lovely and useful theme!
Started using Clicky for website analytics, by pasting in the tracking code on the same line as
Powered by
, but right after theFixIt
logo separated with a-
?layouts/partials/footer.html
:https://github.com/unnsse/unnsse.io/blob/81a44f654ab553e9c681953dc5326cc42fa3be32/layouts/partials/footer.html#L25-L26:
Renders correctly via Safari & Chrome, but the image is bigger and appears misaligned:
Safari
:Chrome
:The other issue is that with
Firefox
&DuckDuckGo
, the image doesn't render (not orange text or box surrounding the text) correctly:Firefox
:DuckDuckGo
:Question(s):
DuckDuckGo
andFirefox
but is rendering correctly (with the exception of image size alignment) on Safari & Chrome?<div>
tag to auto-render this so it doesn't look misaligned and looks like the same size (on all browsers, including mobile)?Note: Wasn't able to edit the title of this thread so apologize if the title is incorrect (referring to
localhost
instead of specific browsers).Originally posted by @unnsse in #525
The text was updated successfully, but these errors were encountered: