Hi,
i need to move title & description of ONE single element to the left.
The elemet i need to adress is “av-masonry-1-item-33326”
This CSS does not work. The rules are correct but the selectors arent.
#av-masonry-1-item-33326 .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos, #av-masonry-1-item-33326 .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
display: block;
vertical-align: middle;
text-align: left;
width: 48% !important;
}
What is the right code?
regards
E.A.
Hi evas49,
Can you give us the link where you want this code to apply?
Best regards,
Nikko
Hi @Yigit, can you please take over?
The request is clear.
Eva
Hi Eva,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .av-fixed-size #av-masonry-1-item-33326.av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos {
text-align: left;
}
Best regards,
Yigit
Nope , does not work live and Firefox Inspector shows everything – selectors and rule – in grey (as deprecated or invalid or whatever it means).
The page has an ID called “workshop” – so i also tried this – but it also did not work:
#workshop .av-fixed-size #av-masonry-1-item-33326.av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos {
text-align: left !important;}
eva