Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
hello I have a gap under the menu before row 1 how can i get rid of this pleas
http://ambvapours.co.uk/e-cig-kits/
Hi Bomber929
Try adding the following to Appearance > Custom CSS:
/* Cig Kits */ .page-id-52 .entry-header { display: none; }Hope that helps.
Thanks dude I'll give it a go. Only drama is I don't have custom CSS after appearance
Apologies, that’s part of Vantage Premium. In Free you can use:
https://wordpress.org/plugins/simple-custom-css/
Hello again Mr Mislopin. Imafraid it hasn't worked.
[image: Inline image 1]
[image: Inline image 2]
[image: Inline image 3]
if you are able to help any further that's appreciated but please don't worry if not its not a huge issue.
Hi Bomber929
Please try this in Custom CSS
.page-id-52 #main { padding-top: 0px !important; }Let us know how you get on
Magus
Thanks Magus, will do.
Magus that worked brilliantly. Ok dont hate me but how can I adapt this towork on my accessories and subsequent pages? I cant see a clear bit of code to identify the page.
[image: Inline image 1]
Hi Bomber929
You will need to inspect the page to find the page ID and add a new CSS snippet using that page ID
https://siteorigin.com/basics/modifying-theme-design-with-custom-css/
When you have the page ID you can either add a copy of the above CSS or just add the required target to the existing snippet (recommended) so your new snippet will look like this.
.page-id-52 #main, .page-id-5 #main { padding-top: 0px !important; }I have used the page ID from your accessories page in the example above, and you can add the other pages separated by a comma.
Let us know how you get on
Magus
Legend thanks Magus
Hi Bomber929
No worries :)
If you need any more help, please feel free to open a new support thread.
Magus