-
AuthorPosts
-
July 22, 2017 at 12:32 pm #827107
hi,
1) I used a bcg image on a color section on page 4, the last page (Contact), thus enabling me to put text ON the image, using a textblock.
However, is it possible that the bcg image is not resposive this way ?2) where can I find the page-id ‘s if I want to change sthg to a particular page ?
f.ex. i would like to diminish the space between the image and the copyright on page 4pls have a look at the screenshot – THIS IS PAGE 4 ON http://WWW.DUBBELPUNT.BE (SO THE LAST PAGE) :
https://www.dropbox.com/s/kxermrjovenf0kp/Schermafdruk%202017-07-22%2012.30.44.png?dl=0TX
July 22, 2017 at 4:11 pm #827708Hey Fabienne,
If you are familiar with css, you can use the background-position rule to adjust it on mobile. For finding the page id, you can either inspect the page itself and grab it from the code inspector, or when you are editing the page you can see the page-id in the URL.
Best regards,
Jordan ShannonJuly 22, 2017 at 11:55 pm #828514Hey Jordan,
i really want to get this right :
so if I understand correctly what you are writing, then : http://dubbelpunt.be/wp-admin/post.php?post=18&action=edit
is page id = 18 ?I think I also found it on the inspector :
https://www.dropbox.com/s/q4l5fxt0oikjl9g/Schermafdruk%202017-07-22%2023.52.13.png?dl=0
here I also see page-id-18correct ?
so if I would like to change f.ex. only the background color of this specific page, then I could do maybe :
.page-id-18 {background-color: green;} ??July 24, 2017 at 4:21 pm #829044Hi,
Yes exactly. If this doesn’t give you the needed effect let us know, as we may need to target additional elements.
Best regards,
Jordan ShannonJuly 24, 2017 at 4:49 pm #829060Hi,
Hope you don’t mind me jumping in.
The page element you want to attack is #av_section_1.page-id-18 #av_section_1{ background-position:left bottom; background-size:cover; }
The background position means the image will scale from the bottom left corner keeping the little polar bears on screen.
The background size forces the image to scale to fill the entire view-port. (called stretch-to-fit in enfold)Both of these can be set from within the color section.
Hope that helps
TJ
July 24, 2017 at 5:51 pm #829110thank you guys, for the confirmation & the help !
Fabienne
July 24, 2017 at 6:32 pm #829125 -
AuthorPosts
- You must be logged in to reply to this topic.