Hi There,
I have a qeustion, i am busy with Enfold theme, and i would to align my content more to the left from body.
See image what i would love to have
How can i do this, it seems something in the theme doesnt allow this.
Hey alfaromeo333,
Best regards,
Victoria
Maybe because youre screen resolution is smaller? I am on chrome 2k screens.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - */
/*------------------------
Content alignment
--------------------------*/
#top .avia-section .container {
max-width: 100%;
padding-left: 90px;
background: gold;
}
Please adjust the max-width and padding to suit your design. You can remove the background:gold; property from the code it is used of illustration purpose only.
Best regards,
Vinay