Comments 17Marcelo started the conversationAugust 11, 2017 at 12:11pmHello everyone. End of project. Now it's element alignment adjustments. P.S: I REMOVED ANY LABORATOR AND PAGE CSS CODE There is a same distance from the side for the title and for the filter list (see red square in the image below). The brand and the HAM menu are misaligned. The ham menu should go a bit to the left and the brand a bit to the right. /LINK IMAGEhttp://d.pr/i/jlNXZ LINKhttp://valencaevalenca.profissional.ws/valencachild/projects/COMPLEMENTINGYou sent me this code below. On the desktop the setting is perfect, but the device does not stay./*CODE LOGO DESKTOP IT’S OK*/.logo-and-menu-container { padding-left: 13px !important; padding-right: 5px !important;} [deleted] repliedAugust 12, 2017 at 2:01pmHi Marcelo You can add Custom CSS to push logo more on right and hamburger menu to the left header.main-header.fullwidth-header .container{ padding: 0 30px; } 17Marcelo repliedAugust 12, 2017 at 9:20pmEroll, thanks for the feedback. I just tested the code. It aligns the brand with the title PROJECTS, but leaves the HAM menu misaligned. The value of 30px fits the brand well. But the menu goes to the right too. How do I solve this? It's very important.[deleted] repliedAugust 13, 2017 at 5:08amHi MarceloPlease replace the current code 15px is for hamburger and 30 is for Logo, so now and on you can change the value as you wanted. header.main-header.fullwidth-header .container{ padding: 0 15px 0 30px; } 17Marcelo repliedAugust 13, 2017 at 7:37pmEroll, glad you returned me. Now it worked fine on the desktop. But in mobile the brand was misaligned with the word PROJECTS. How do I solve it?[deleted] repliedAugust 14, 2017 at 3:30amHi Marcelo You can add any of this which fits your request to fix the distance for devices you may gave to tested /*Mobile*/ @media (max-width: 600px) { header.main-header.fullwidth-header .container{ padding: 0 15px 0 30px; } } /* tablet vertical */ @media (max-width: 768px) { header.main-header.fullwidth-header .container{ padding: 0 15px 0 30px; } } /* tablet horizontal */ @media (max-width: 1024px) { header.main-header.fullwidth-header .container{ padding: 0 15px 0 30px; } } 17Marcelo repliedAugust 14, 2017 at 10:14amHello Eroll, can I enter all these codes? 17Marcelo repliedAugust 14, 2017 at 10:18amIt worked very well. Perfect. Thanks Eroll[deleted] repliedAugust 14, 2017 at 6:21pmHi there,I'm glad to hear thatWill set this ticket as solved from here.[deleted] repliedAugust 14, 2017 at 6:21pmHi there, I'm glad to hear that Will set this ticket as solved from here. Sign in to reply ...
Hello everyone. End of project. Now it's element alignment adjustments.
P.S: I REMOVED ANY LABORATOR AND PAGE CSS CODE
There is a same distance from the side for the title and for the filter list (see red square in the image below).
The brand and the HAM menu are misaligned. The ham menu should go a bit to the left and the brand a bit to the right.
/
LINK IMAGE
http://d.pr/i/jlNXZ
LINK
http://valencaevalenca.profissional.ws/valencachild/projects/
COMPLEMENTING
You sent me this code below. On the desktop the setting is perfect, but the device does not stay.
/*CODE LOGO DESKTOP IT’S OK*/
.logo-and-menu-container {
padding-left: 13px !important;
padding-right: 5px !important;
}
Hi Marcelo
You can add Custom CSS to push logo more on right and hamburger menu to the left
Eroll, thanks for the feedback.
I just tested the code. It aligns the brand with the title PROJECTS, but leaves the HAM menu misaligned. The value of 30px fits the brand well. But the menu goes to the right too.
How do I solve this? It's very important.
Hi Marcelo
Please replace the current code 15px is for hamburger and 30 is for Logo, so now and on you can change the value as you wanted.
Eroll, glad you returned me. Now it worked fine on the desktop. But in mobile the brand was misaligned with the word PROJECTS. How do I solve it?
Hi Marcelo
You can add any of this which fits your request to fix the distance for devices you may gave to tested
Hello Eroll, can I enter all these codes?
It worked very well. Perfect.
Thanks Eroll
Hi there,
I'm glad to hear that
Will set this ticket as solved from here.
Hi there,
I'm glad to hear that
Will set this ticket as solved from here.