Tagged: x
-
AuthorPosts
-
December 30, 2016 at 2:30 am #1309624
RPronkParticipantHello, in ethos projects i like to hide the feuten image. I found this line of code for the css
.single-x-portfolio .entry-featured {
display: none;
}This works but then it leaves a blank gap, the rest of the content is pushed aside. The i found this code:
single-x-portfolio .entry-featured {
display: none;
}.single-x-portfolio .entry-wrap {
width: 100%;
float: none;
}.single-x-portfolio .x-container.max.width.main {
width: 100%;
max-width: none;
}.single-x-portfolio .entry-top-navigation {
max-width: 800px;
margin-left: auto;
margin-right: auto;}
How ever this is way to much, now the whole content is full width. So how can i remove the image and use this space for my content, without everything becoming full width?
December 30, 2016 at 4:05 am #1309662
FriechModeratorHi There,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Cheers!
December 30, 2016 at 10:24 am #1309984
RPronkParticipantHello, this will be difficult since the website DNS settings are not citing to this server. You woud need to adjust your host file to see this website, however one of your colleagues tried this serval times and did not succeed in adjusting his host file to see this website. So can we try to do without?
December 30, 2016 at 11:33 am #1310080
Nabeel AModeratorHi again,
You can try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.single-x-portfolio .entry-featured { padding-right: 0 !important; display: none !important; } .single-x-portfolio .entry-wrap { width: 100% !important; }Let us know how this goes!
December 31, 2016 at 1:39 am #1310772
RPronkParticipantI was tryring some combinations and this code works for me:
.single-x-portfolio .entry-featured {
display: none;
}
single-x-portfolio .entry-featured {
display: none;
}.single-x-portfolio .entry-wrap {
width: 100%;
float: none;
}Thanks for you help
December 31, 2016 at 2:43 am #1310799
ChristopherModeratorGlad to see that you were able to fix this.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1309624 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
