-
AuthorPosts
-
February 23, 2017 at 2:17 pm #750926February 23, 2017 at 4:07 pm #750964
well first of all it will be nice if the image (png) does not have any space to the right – otherwise we have ta right positioning of -28px or something like this.
So cut your png – to have no transparency on the right.if this is not possible try to get this to quick css:
.home .avia-builder-el-10 .avia_image { position: relative; right: -40px !important; }
but it will be nice to have here for the last column a custom class because this does not look good if the h1 under it is stayes there.
And it is much easier to create a specific css code for both img and heading tag.btw. it is not good to have more than one h1 per page !
- This reply was modified 7 years, 9 months ago by Guenni007.
February 23, 2017 at 4:41 pm #750976ha – and by the way – i see the image is an alb image so you have the opportunity to choose position of the image to right. !
February 23, 2017 at 6:12 pm #750996Hey Guenni, thanks a lot
i have set the image to the right. BUT :) :) :)there some other problems. how can i set an heading font to right alingment and adapt the blank space for the middle image and text here: http://imgur.com/a/DVJfF
Greetings and thank you, Lukas
February 23, 2017 at 6:25 pm #751000Hey!
Please do put the code live and let us know so we can see the issue and help
Best regards,
BasilisFebruary 25, 2017 at 1:06 pm #751758hey Basilis on screenshot you can see the url.
for the centered image there is the same solution: Set up the image as centered – and the heading to modern centered !
But to have the oportunity to set up the heading on the third column it will be nice to have here a custom css class.
- This reply was modified 7 years, 9 months ago by Guenni007.
February 25, 2017 at 1:11 pm #751762but in your case with the image in front – and only one column set to image right positioning we can select the heading via neighbour selector:
.avia-image-container.avia-align-right + .av-special-heading .av-special-heading-tag { text-align: right; }
but still your png has empty space on the right side (the other images not)
diese Regel würde jedes Heading was ein direkter Nachbar zu einem Bild ist welches rechts platziert ist dementsprechend ändern.
Wenn das nicht gewünscht ist, dann musst du Seitenspezifisch arbeiten (voranstellen von .home als Klasse zB)Hier eine nette Seite wegen der Selektoren: Link
- This reply was modified 7 years, 9 months ago by Guenni007.
February 28, 2017 at 12:52 pm #752892 -
AuthorPosts
- You must be logged in to reply to this topic.