Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Css line code appearing on the toolbar of my website, Please Help! Reply To: Css line code appearing on the toolbar of my website, Please Help!

#248846
Zeelous
Participant

Hello guys, thank you so much for your quick replies i really appreciate it. But unfortunately I’m not familiar with programming and all this stuff! I wish you could still help me solve this issue.

Actually I’m using Shopify as a website builder, and I have this code in header.liquid:
<style>
.site-header__logo img {
max-width: {{section.settings.logo_max_width | default: ‘180’ | remove: ‘px’ | append: ‘px’}};
}
</style>

Someone told me that i’m forcing styling the element under the header.liquid under sections at the very top but i did not understand what that means.