Hi, When adding and placing an image onto a page using the template, fullwidth page, the image wont stay small and spands the whole width of the page. See attached. Thanks
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .fullwidth img { width: auto; } This will solve your issue.