Hi there community,
Im trying to stylize my blog post and Im having a lot of difficulty with it tried multiple things from creating a page and having it link up with my php etc etc just didn’t work so I resorted to using elementor plug-in, however I prefer X a lot more and maybe you can help…
If you notice on the blog post page (http://stg.westsidecg.com/westside-acquires-lakeshore-club/), the text gets cut off and i have tried various codes:
.x-main.full {
margin-top: 100px;
}
but they dont work on my blog posts and if anything affect my header and move my revolution slider main image down which I dont want to happen…
So I guess what i would like to achieve on my blog post page without using elementor is:
- not have the text cut off
- set a margin on the page in the x theme it’s just full width and i dont want that want it be they way i have it set up now so its 70% of page
- not have the featured image show up on my blog posts only on my archived posts page : http://stg.westsidecg.com/media/ . and homepage http://stg.westsidecg.com/
I looked into some codes and thought it might of been something along the lines of this for the margin part:
@media (min-width:979px){
.single-post .entry-featured {
width: 30%;
float: left;
margin: 2%;
}
}



