
-
AuthorPosts
-
June 26, 2019 at 5:21 pm #1113667
Hello there,
please help me: I’ve in sert a second logo via Widget.
How can configure the position? I want to have it on the rigt side.
Please have a look:Thx a lot!
StefanJune 27, 2019 at 10:10 am #1113857Hi Stefan,
Please try the following in Quick CSS under Enfold->General Styling:
#media_image-2 { position: absolute; right: 0; }
Best regards,
Rikard<June 27, 2019 at 10:23 am #1113865Hi Rikard,
hthank you it works. Can you help me once again by expand the code:
What is the code? I want to have some distance to the right (like the logo on the left).
And what ist the code to provide a link to the logo.
Thx a lot!June 27, 2019 at 7:56 pm #1114084Hi koeneke,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.image.wp-image-3511 { margin-right: 20px; }
If you need further assistance please let us know.
Best regards,
VictoriaJune 27, 2019 at 11:39 pm #1114134It works! Thx, a lot. Is it also possibleto provide the logo with a link?
Best wishes
StefanJune 28, 2019 at 11:40 am #1114213Hi,
Thank you for the update.
You can add this css code to place the widget above the logo container.
#header .widget { z-index: 100; } #header .widget a { display: block; }
Best regards,
IsmaelJuly 17, 2019 at 10:59 am #1119500Hi there,
are this different codes for the same effect?
Can you help me again: I want so set up a link in to the logo. What the code for it?
And one problem: If you go to the mobile view the “Paderborn Logo” conceal the burger navigation.
Please have a look: http://www.eks-pb.orgJuly 17, 2019 at 6:14 pm #1119638Hi koeneke,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:479px){ #media_image-2 { right: 110px; width: 16%; top: -10px; } }
If you need further assistance please let us know.
Best regards,
VictoriaJuly 19, 2019 at 1:58 pm #1120197Hi there,
sorry.
But it does not work. If you go to the mobile view the “Paderborn Logo” conceal the burger navigation.
Thx for your help.Stefan
-
This reply was modified 5 years, 11 months ago by
Rikard.
July 20, 2019 at 5:28 am #1120385Hi Stefan,
Thanks for the update, though I can’t reproduce the problem when checking on an iphone5 which is the smallest phone I can check with. On which phone/browser are you seeing this happening? Are you sure that you are not getting cached results?
Best regards,
RikardJuly 24, 2019 at 11:09 am #1121454Hi Rikard,
If you size the browser smaller then you get the following result (see screenshot). I try the same in my tablet with the same result.
Thx
StefanJuly 24, 2019 at 3:14 pm #1121573Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { #media_image-2 { right: 120px; } #media_image-2 img { max-width:60px !important; } }
Best regards,
RikardJuly 24, 2019 at 3:15 pm #1121574Hi Stefan,
I added the code for you, please check the website now.
Best regards,
VictoriaJuly 30, 2019 at 2:11 pm #1123147Hi Victoria and Rikard,
thx for evything.
It works now.
Best regards
StefanJuly 30, 2019 at 11:35 pm #1123361Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
This reply was modified 5 years, 11 months ago by
-
AuthorPosts
- The topic ‘Position of the second Logo in the Logo Area’ is closed to new replies.