Home › Forums › ART WordPress Theme › Minor Issues
- This topic has 5 replies, 2 voices, and was last updated 7 years, 10 months ago by
SeaTheme.
-
AuthorPosts
-
August 8, 2018 at 1:55 am #16050
Hi, thank you for your continued support! I am in the homestretch, just a couple of issues.
1) None of the changes I make to the work page get applied to the site. I am trying to have the grid match the styling from the homepage.The padding and hover states will not update. http://catherath.com/work/
2) How do I add padding between the portfolio properties and the footer? http://catherath.com/ux-portfolio/the-mason-jar/
3) I have all the headlines set to bold, but when I make h2’s on the contact and resume page, the weight is only 400 (suppose to be 500).
August 8, 2018 at 3:02 am #16052Hi, welcome
1)
Please let me know what’s options you set?2)
Please paste the custom css code to “Appearance > Customize : Additional CSS”:#footer { margin-top: 100px;} /* For mobile */ @media(max-width:767px) { #footer { margin-top: 50px;} }3)
paste the custom css code to “Appearance > Customize : Additional CSS”:
.entry h2:not(.grid-item-tit) {font-weight: 500;}Regards!
Bwsm – uiueux.com – Twitter – FacebookAugust 8, 2018 at 3:06 am #16053This reply has been marked as private.August 8, 2018 at 3:34 am #16057This reply has been marked as private.August 8, 2018 at 3:39 am #16058Thanks for the quick response.
I am not sure what settings I had, but I was able to resolve the “work” page issue by recreating it. With the custom CSS I am still not seeing any padding between the properties and footer on the single project portfolio page. Below is all of the custom css I am usinghttp://catherath.com/ux-portfolio/the-mason-jar/
.single-portfolio-fullwidth.page_from_top .post-cover.fullscreen-wrap { height: 300px!important; }
@media (min-width: 768px) {}
.single-portfolio-fullwidth.non_bg_header #header {
background: #fff!important;
}div[data-lightbox=”true”] {pointer-events: none;}
#footer { margin-top: 180px;}
@media(max-width:767px) {
#footer { margin-top: 80px;}
}.entry h2:not(.grid-item-tit) {font-weight: 500;}
August 9, 2018 at 3:32 am #16067Thanks!
Please update CSS(footer part) as:
/* For big screen */ @media (min-width: 768px){ #footer { margin-top: 180px;} } /* For mobile */ @media(max-width:767px) { #footer { margin-top: 80px;} } -
AuthorPosts
- You must be logged in to reply to this topic.
