padding

Widget content padding

Hi, So sorry to ask this question *again* but is there any way to change the footer widgets of just the home page to a specific space on a desktop while keeping the mobile one a specific width as was done exactly in the codes below? @media (min-width:769px) { .single.one-container .site-content { padding-left: 270px; padding-right: … Read more

Add space between main menu and archive

I would like to add some white space between the main menu below the header and the blog archive. I would like to achieve this without increasing the padding of the containers, as this also makes the archived posts appear farther apart, and I would like them to be close together (closer, even than I … Read more

Content Padding for Pages/Home Page

I was previously able to change the content padding on my single posts via this code from Leo @media (min-width:769px) { .single.one-container .site-content { padding-left: 100px; padding-right: 100px; } } I was wondering if there was any similar code that I could use to pack the content on my home page more tightly. Thank you!

Want to change content padding for single posts

I currently like the way my content padding is on every other page Archives, home page, about page, etc, but I want to make it 200 from the left and 200 from the right to make it more packed on single page blog posts. Is this possible with some CSS code or PHP code?

sections without padding and margin

Hi I need to make a couple of sections and coolumns with no padding or margins so for example images go right to the edge. I’m using a gp child with gridcolumns. some 100% width some 2 column layouts. I can’t seem to switch all the padding and margin styling off.

Ignore padding tablet

Hi, GeneratePress team. I’m trying create a page where images can ignore theme padding in tablet and in mobile mode. I used this code @media (min-width: 769px) and (max-width: 1024px) { img { padding: 0px } @media (max-width: 768px) { img { padding: 0px } } In mobile version of the site everything is fine: … Read more

Padding p but not padding img

Hi, GeneratePress Team. I’m a noob in coding and I’m trying to create a padding for text only in a spacifica page. The CSS code I’m testing is the following .page-id-228 p { padding-top: 0px; padding-left: 280px; padding-bottom: 0px; padding-right: 280px; } The problem is that I don’t want images follow the rule; I’d like … Read more

Section bottom margin/padding to 0

Hi, in my website, for example here http://www.iasems.org/?page_id=45 and here http://www.iasems.org/?page_id=122 I have many pages made of sections, with a section on top which contains an artwork related to the page. I need to have 0 margin between these sections and the title section below, so that the images bottom border stick to the title … Read more

Adjust Padding On One "Page"

I have my left and right padding set to 30px. On my Calendar page https://christiangays.com/events/ the right side is showing 40 or 50 px padding. I’d like it to match the left side but not sure how to do it since this “page” is not really a page with an ID. It is just the … Read more