Forum Replies Created
-
AuthorPosts
-
January 30, 2018 at 8:52 am in reply to: Removing white space between sidebar and main container #904665
Hello,
Thank you for your response.
All the posts have sidebar like this page: https://www.sagliklivefit.com/limonlu-su-icmenin-sagliga-yararlari/Best Regards
CihanJanuary 28, 2018 at 12:04 pm in reply to: Removing white space between sidebar and main container #903863Hello, I managed to change the sidebar color to green by this code :
@media only screen and (min-width: 768px) {
.container_wrap.sidebar_right{
background:-webkit-gradient(linear,right top,left top,color-stop(#8dbf42,0.295),color-stop(white,0));
background:-webkit-linear-gradient(right, #8dbf42 29.5%, white 0%);
background: -moz-linear-gradient(right, #8dbf42 29.5%, white 0%);
background: -o-linear-gradient(right, #8dbf42 29.5%, white 0%);
background: linear-gradient(right, #8dbf42 29.5%, white 0%);
}
}
Altough i dont want all the way down green, just the widgets area to be green would be better for me.
My main problem is space between the sidebar and main content is white and I cant make this area’s background to grey.February 8, 2017 at 10:59 am in reply to: I set up table as 2 columns but on the website it shows as 3 columns. #744290Yes thats works very well. Thank you.
I noticed that < > symbols breaks the table or anywhere they are used like image with hotspots.
“>” as > and “<” as < works when you first enter them to table (product details table woocommerce single product page) but whenever you re-edit the product page (not the table) it breaks again and you have to correct <>.
Example :
<0.2 – 0.4 db
<1.12
>30 dbI am not using these 2 symbols anymore. Other symbols i dont have problem yet.
Best Regards
Cihan
- This reply was modified 7 years, 10 months ago by cbehen.
February 7, 2017 at 10:16 am in reply to: I set up table as 2 columns but on the website it shows as 3 columns. #743781Hello Rikard,
Yes it is because of special characters. + / ” ░ (centigrade symbol) that kind of characters breaks the table,
İs there a way to fix this?
Best Regards
Cihan
May 6, 2016 at 1:39 pm in reply to: Columns inside the Color Section do not Vertical-Align to the bottom. #628275Hello,
It is solved by this code
.page-id-698 #digital-marketing-banner.avia-section.av-minimum-height .container .content {
vertical-align: top !important;
}so on specific page, on any color section we can align its content to the top or to the bottom.
there shouldn’t be any white space between id and class. (I did this mistake and I thought code is not working :)))
#digital-marketing-banner.avia-section (this is the correct writing)
Thanks
Cihan
May 4, 2016 at 10:04 am in reply to: Columns inside the Color Section do not Vertical-Align to the bottom. #627023Hello Rikard,
İt is not about the custom codes. If you have full width picture as background; columns content inside the color section is always at the middle because of this code :
.avia-section.av-minimum-height .container .content {
vertical-align: middle;
}Please look at the this page : http://www.egezon.com/digital-marketing/
I couldn’t find a way to get around this
These codes do not work:
.page-id-698 #digital-marketing-banner .avia-section.av-minimum-height .container .content{
vertical-align: top !important;
}
or
.page-id-698 .avia-builder-el-24 .container {
vertical-align: top !important;
}I have to point directly to the section color and make it align its content to the top.
[IMG]http://i67.tinypic.com/120p7dc.jpg[/IMG]
Best Regards
May 3, 2016 at 1:58 pm in reply to: Columns inside the Color Section do not Vertical-Align to the bottom. #626435Hello Rikard,
My problem is setting the columns inside the color section to the top or to the button, but they are always on the middle.
For example: on the main page navigation icons are on the middle it needs to be at the bottom always.
(vertical-align: bottom or margin-bottom=0px, whatever it works)If you can give one example how to do it, I can do the rest of the pages that needs it.
Best Regards
Cihan
.page-id-330 .avia-builder-el-11{
margin-left: 3% !important;
padding-left: 3% !important;
border-left: 1px solid red !important;
}Worked for me after deleting the cache and refreshing the page THANKS
Hello Rikard,
margin-left: 3% !important;
padding-left: 3% !important;
border-left: 1px solid red !important; This works as CSS when i put it to chrome element stylebut what is the class for this ?
.home .avia-builder-el-11 do not work.
Div’s class name is : <div class=”flex_column av_one_half flex_column_div av-zero-column-padding avia-builder-el-11 el_after_av_one_half el_before_av_one_half ”
Page name is Welcome as main page and page id is page-id-330
So what i have to write as ID or class name ??
Actually ı want to use login and resigter at your small bar above the header..
I created the links at the small bar ; to be able to use these links ı have to create login and register pages.
I created the pages but ı don’t know how to add register and login to the page.
I think login and register are widgets and ı don’t know their codes to paste.
Best Regards
Cihan
- This reply was modified 10 years, 5 months ago by cbehen.
-
AuthorPosts