Custom Menu position and size
Hi Guys ,
I’m back again , decided to continuing my website after 1 year pending :)), i was looking all the thread and tried what i need but got some confusion with new custom css there is always “red sign” which indicated an error or wrong code i think, please take a look screen shot what i have and also requested look for my web
Error code : https://postimg.org/image/4b7n3tr2p/
Requested look : https://postimg.org/image/lxfiejvtl/
Would be better if i gave this picture so you will understand :) bigger logo and the position of the menu matching with the screen size, not that in the middle
Kindly hear from you soon
URL: http://kyuchanfilms.com (on maintainance page)
Thanks
Ulay
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Ulay,
Okay so there’s an issue with the selector before that error. Basically, it’s:
#main.site-main { padding-top: 0;While it should be:
#main.site-main { padding-top: 0; }In other words, this error is due to the previous selector not being closed. To resolve this issue, simply add a } to the line after padding-top.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.