Large Gap Between Two Rows

By Ashley Nanayakkara, 7 years ago
I have a huge gap between two rows on my page, however I can’t figure out how to get rid of it. I have removed the padding in the Design Options CSS box but nothing changes. I also trued going into the backend classic mode and removed [vc_row][/vc_row]. This second thing worked temporarily (When I…

hover over image

By rick.kolinsky, 7 years ago
First time using siteorigin…. I put the following css code in attributes: .so-widget-sow-image img { -webkit-transition: all 250ms ease-in-out; -moz-transition: all 250ms ease-in-out; -ms-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; } .so-widget-sow-image img:hover { -webkit-filter: brightness(50%); -moz-filter: brightness(50%); -ms-filter: brightness(50%); filter: brightness(50%); } What do I enter for css class. I tried so-image-container

Problem with CSS

By Johnnyw1, 7 years ago
Hi I am finishing off our new website and have structured our inner pages with Site Origin. The problem is they keep intermittently loosing their styling (this happens on chrome, firefox, tablets and iPhones). I have tried deactivating all other plugins with no luck and the problem persists. Below is a link to one of…

Too much left and right margin (15px)

By webfunky, 7 years ago
On my website there’s an extra 15px left and right margin. #pg-17-0, #pg-17-1, #pg-17-2, #pg-17-3, #pg-17-4, #pg-17-5, #pg-17-6, #pg-17-7, #pg-17-8, #pg-17-9, #pg-17-10, #pg-17-11, #pg-17-12, #pg-17-13, #pg-17-14, #pg-17-15, #pg-17-16, #pg-17-17, #pg-17-18 { margin-left: -15px; margin-right: -15px; } I believe this is caused by the 30px space between rows (adjusting for this by -15px and -15px). I…

Header hight issue

By Er Mani pathak, 7 years ago
Hi, I am a beginner in this field and just have started developing my website using Vantage theme. My issues are:- Header hight automatically decrease and increase when open different pages of header items. My metaslider sometimes does not open as full size but stretch after opening home page. I have installed around 20 Plugins,…

Responsive columns

Hello, I’ve created three columns within a row and set their width as 33.3%. I’d like to make them responsive and have a width of 100% on mobile. This is my media query style: Unfortunately it doesn’t work. Any help? Thanks

Trying to change color and size of sidebar fonts

By Japon Secreto, 7 years ago
Hi I’ve found a lot of info about changing colors and size of sidebar font but now I got an issue. I’ve read this thread: https://siteorigin.com/thread/vantage-theme-custom-menu-widget-text-color/ I’m using this code: #secondary * { color: #F491BF; } The problem is that I just want to change the color of ‘regular’ text, not links or any other…