zreece3
Forum Replies Created
-
That did it.
Why do you have to include the hide_rows snippit into the code?
Forum: Themes and Templates
In reply to: [Sydney] Removing padding in SydneyI will be honest with you the padding on the side of the side of the page that document did not help me. It will help you if you are wanting to get rid of the padding on the top and bottom of your page but if you want to make the page content area wider I could not find an easier way then what was given to me.
Forum: Themes and Templates
In reply to: [Sydney] Removing padding in Sydney@petra47
I went to Appearance and Customize then at the bottom there is an Additional CSS area and I put this information in@media (min-width:769px) {
.page-wrap .content-wrapper.container {
width: 90%;
}}
@media (max-width:768px) {
.page-wrap .content-wrapper.container {
width: 100%;
}}
I broke it down for media breaks as well so if someone was looking at it on a mobile device it would use 100% of the page and then one a computer it would use 90% of the screen. I do not like using px any more because of all of the different sizes %’s have worked better for me. If you want to have the same padding for both devices just put this in
.page-wrap .content-wrapper.container {
width: 100%;
}and select the width you want
Forum: Themes and Templates
In reply to: [Sydney] Removing padding in SydneyCan I change this code
.page-id-4756 .page-wrap .content-wrapper.container {
width: 90%;
}so that it would apply for every page? I am guessing that I would need to change something in the .page-id-, Ive tried -all with no success
Forum: Themes and Templates
In reply to: [Sydney] Removing padding in SydneyThat worked great. Where did you find the page-id for that page? I have a few other pages I would like this to them
Forum: Themes and Templates
In reply to: [Sydney] Removing padding in SydneyI fixed the padding issue i was having but now i am running into another padding problem, Now i would like to shrink the padding around my content area here is my website.
https://trxctiming.com/wp2/track-field/track-field-meet-information/
I am using tablepress in this page but I dont think that is the problem and I have the full-width template selected for the page attributes but I do not like that there is so much space on the right and left of my data. Can anyone help me
Forum: Themes and Templates
In reply to: [Sydney] Removing padding in SydneyI am wanting to remove the padding below the title bar on each of the pages could you help me or show me what I am doing wrong I have the padding set to 0px on everything but every time the setting says 100px my Web page is https://Www.trxctiming.com