Dear All,
Please help I cant troubleshoot this problem on my product page screenshot below. url:idashfun.com
Please advise the proper steps on the issue soon.
Thanks regards,
Benajmin
Dear All,
Please help I cant troubleshoot this problem on my product page screenshot below. url:idashfun.com
Please advise the proper steps on the issue soon.
Thanks regards,
Benajmin
Hi @idashfun ,
Please insert this code in your theme.css file:
.main-content{
margin-top:100px !important;
}
Thanks
hello @idashfun
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 789px){
.template-product .main-content{
margin-top:100px !important;
}
}
Dear Pawn,
Please advise which is the correct location to insert the code
Action>Edit>Themes
Layout or Template or Sections or Snippets to insert the code
Please advise.
Thanks and regards,
Ben
Dear Natztech,
Thanks for your quick response, I am now at the theme.css file please advise the line sequence number to paste the cord
correctly.
Thanks and regards,
Ben
hello @idashfun insert end of theme.css file
Go to Online Store->Theme->Edit code then go to assets/theme.css
Thanks