-
AuthorPosts
-
April 4, 2019 at 5:46 pm #1087148
I have set up the following CSS Code, and the logo will not align properly and is not displaying full size.
/*————————*/
/* CSS – Logo center split menu
/*————————*/@media only screen and (min-width: 780px) {
/*In the below code nth-child(x) the value of x should be half the number of total menu items*/
#top #header .av-main-nav li:nth-child(3) {
/* Adjust the width of the logo */
margin-right:260px;
}#header .main_menu {
/*background: gold;*/
width: 100%;
left: 50%;
transform: translateX(-50%);
}.av-main-nav-wrap {
left: 50%;
transform: translateX(-50%);
}#header .logo {
left: 50%;
transform: translateX(-50%);
z-index:999;
}#header .logo img {
top: 50%;
transform: translateY(-50%);
max-width: 100px;
}
}- This topic was modified 5 years, 7 months ago by cinchmedia.
April 5, 2019 at 9:50 pm #1087589How long will it be until I receive support response?
April 6, 2019 at 5:42 am #1087675Hi,
I’m not sure what you are trying to achieve, could you post a screenshot highlighting your intentions please?
Best regards,
RikardApril 6, 2019 at 6:05 am #1087688I would like the logo center aligned, at its full size – with the menu split on the left and right. If you look at the site, the logo is set to the right, and shrunk in size.
- This reply was modified 5 years, 7 months ago by cinchmedia.
April 9, 2019 at 3:00 pm #1088670Can I get support request today? I need to get this design to my client.
April 10, 2019 at 3:33 pm #1089158Forget it. I waited too long without a solution and had to switch back to the old layout.
April 11, 2019 at 1:26 am #1089292Hi,
We would like to apologize for the late response. We would like to implement the changes but the current user account is not an admin, so we are not able to change the settings or add the modifications. Please set the user role to admin so that we can edit the site. Make sure that the Appearance > Editor panel is accessible in case we needed to edit the files.
Best regards,
IsmaelApril 11, 2019 at 2:34 am #1089299I have reset the user role to admin in case you are able to take care of this tonight. I would like for the logo to center align at its true size, as it is currently shrinking it down. Thank You.
- This reply was modified 5 years, 7 months ago by cinchmedia.
April 11, 2019 at 9:39 pm #1089727The logo is now centered, but it is not displaying it’s actual size. It is considerably smaller. Can the logo be set to it’s actual size?
April 12, 2019 at 1:18 am #1089800 -
AuthorPosts
- You must be logged in to reply to this topic.