Hi!
I wanted to have equal margins on my masonry portfolio on one page (see link in private content).
My solution for this would have been to set .responsive .container to max-width:100% for the page with the page-id-page-id-2097.
The problem is that if i add the page-id as a class i can’t seem to target the element. If I change the code without the page id it affects all the pages and messes up my layout there. Any idea how i can target this specific element / page?
Thanks!
Hey Ushbot,
Perhaps you can give the element you want to target a unique identifier and target it that way. Please refer to the following:
Best regards,
Jordan Shannon
thanks! I tried giving the element a class and an id – none of those helped :/
Hi Ushbot,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#exhbackground .container {
max-width: 100%;
}
If you need further assistance please let us know.
Best regards,
Victoria