-
AuthorPosts
-
June 22, 2017 at 8:21 pm #811805
I need to remove the space above the first content section on most pages, but not the home page, and not the other content sections.
.container .av-content-full.units {padding-top: 0!important;}works, but it removes the space for all the containers.
What I need is for the easy sliders on the pages like http://www.psg-int.com/psg1ntngn/about/ to have no space between them and the header, but the other content areas ( like the blue color section) need to keep their top padding.
How do I select just that top content section on all the pages?June 22, 2017 at 10:56 pm #811856Hey Lissasan,
If you only want a few pages to have the space I would keep the code you have above that removes them from all sections and then use the ids of the few pages you want to keep them on and uses css to put them back in.
Best regards,
Jordan ShannonJune 22, 2017 at 11:26 pm #811870That seems a little backward for me, since most of the sections need the spacing, and fewer need it removed. Is there not a way to select just the ones with the slider in them?
June 22, 2017 at 11:46 pm #811879Hi,
Which ever one is less. I understood at at most sections needed space removed. In either case, they can be targeted manually via page id.
Best regards,
Jordan ShannonJune 22, 2017 at 11:48 pm #811880I got the spacing I wanted by putting the entire column into a color section with an id, which allows me to select only the container I want. But now there is a bottom border that I do not want, in spite of my designating no border styling on the containers. How to get rid of the border between the color section and the rest of the page?
Thanks!
June 22, 2017 at 11:53 pm #811884Hi,
Please link me to an example page. I am not seeing a border in the link above.
Best regards,
Jordan ShannonJune 23, 2017 at 7:58 pm #812294The unwanted bottom border appears on http://www.psg-int.com/psg1ntngn/services/, http://www.psg-int.com/psg1ntngn/recruiting/
June 23, 2017 at 8:05 pm #812295Hi,
Add the following to quick css:
.main_color{ border:none!important; }Best regards,
Jordan ShannonJune 29, 2017 at 8:24 pm #814660Thank you! That did the job!
June 30, 2017 at 12:40 am #814749Hi,
Great! If you need additional help, please let us know here in the forums!
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Remove space above only first content section’ is closed to new replies.
