Forum replies created
Hi,
Please post URL of your Portfolio One Column Text page.
We need to see the source code.
Thank you.
Hi
Yes, you are correct, the width is not enough to fix both elements side by side, therefore the sidebar is pushed down. You can make the sidebar full-width, so that it looks similar to mobile layout.
You can use the following in Theme Options -> Custom CSS
This will make your sidebar full width when you reach below 992px.
You can make adjustments accordingly.
@media screen and (max-width:992px){
#secondary{
width:100% !important;
}
}
Please note this code is for your current setup, if you change your sidebar and content width adjustments, you will need to remove this code and re-customize again.
Thank you
Hi,
The HTML structure for search, category, archive are slightly different ( I don’t know why 🙂 )
Note: Please keep the previous code and add the following in Theme Options -> Custom CSS
.category .entry-content p, .search .entry-content p, .archive .entry-content p {
height: 170px !important;
}
Thank you.
You are welcome!
Thank you
Hi,
My employer replied that he will ask his developer to look into this issue.
Thank you
Hi,
There are content boxes under the slider – not sure why you can’t see them. There are three of them and include the photo column, the “We promise…” column and the, “Follow us” column.
Yes, you are right, they are there. But modified “beyond recognition”.. Don’t get me wrong, it’s very nicely designed, just that I cannot recognize it.
Please use the following to move down your slider.
.home .menu-back {
position: relative;
top: 86px !important;
}
The following to move up your content.
.home .entry-content {
position: relative;
top: -120px !important;
}
Thank you
Hi,
Please remove the previous provided Custom CSS and replace with the following.
.home .entry-title a, .category .entry-title a, .archive .entry-title a, .search .entry-title a {
font-size: 22px !important;
}
Thank you
Hi,
Please use the following in your Theme Options -> Custom CSS
.home .entry-title a {
font-size: 22px !important;
}
Thank you.
Hi,
No problem, I will set it’s status to close.
Thank you.
Hi,
I don’t see any content boxes on your front page now.
if you are using a static homepage, you can disable it and use content boxes shortcode.
This is such strange behavior because now if you change the background of the slider, the color changes from the top of the nav bar to only part way down the slider. So the color selection of the slider is not moved down by this CSS.
Add .da-slider to the css code. For example.
.sliderblock, .da-slider {
background: #000 none repeat scroll 0 0 !important;
}
Thank you