-
AuthorPosts
-
March 2, 2020 at 3:22 pm #1189456
I was wondering if there is a way to have the blog title over the image on the page supplied?
March 3, 2020 at 8:42 am #1189618Hey whdsolutions,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-13 #av_section_3 .slide-content { position: absolute; top: 35%; }Best regards,
RikardMarch 3, 2020 at 10:41 am #1189670Unfortunately that has not done anything :(
March 4, 2020 at 5:30 am #1189888Hi,
I can’t see the CSS applying at all, did you remove it? Also, did you select to delete the old CSS and JS files under Enfold->Performance before you checked the results?
Best regards,
RikardMarch 4, 2020 at 8:36 am #1189938No – I simply entered the CSS you sent me under ENFOLD > GENERAL STYLING
March 5, 2020 at 4:19 am #1190284Hi,
Sorry, my bad. I gave you the wrong section ID, please try this instead:
.page-id-13 #av_section_4 .slide-content { position: absolute; top: 35%; }If you want this to apply to your whole site then you can remove the page ID class and section ID:
.slide-content { position: absolute; top: 35%; }Best regards,
Rikard-
This reply was modified 5 years, 8 months ago by
Rikard.
March 5, 2020 at 11:40 am #1190390Thanks, how do we make all the text centred ?
March 6, 2020 at 4:51 am #1190725Hi,
Please replace the previous CSS with this:
.page-id-13 #av_section_4 .slide-content { position: absolute; top: 35%; width: 100%; }Best regards,
RikardMarch 6, 2020 at 10:59 am #1190807Fabulous
I simply used
.slide-content {
position: absolute;
top: 35%;
width: 100%;
}As I want it to be site wide!
THANK YOU!!!
March 6, 2020 at 8:52 pm #1190990Hi whdsolutions,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
This reply was modified 5 years, 8 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
