Osclass Support Forums

Osclass theme support => Free themes => Patricia Osclass Responsive Theme => Topic started by: hayat on June 01, 2016, 05:59:51 PM

Title: Custom ad problem
Post by: hayat on June 01, 2016, 05:59:51 PM
Hi
     I have added two ad in the middle of the page no css for that i have inserted html codes , in desktop view ads are okay but at small screen the size is too small i want the the should be like square box as ad appears how i can do this please help me you have always supported me thanks
http://www.classifyhub.com
Title: Re: Custom ad problem
Post by: MB Themes on June 01, 2016, 06:02:39 PM
@hayat
We cannot provide custom modifications in support, you need to create it by yourself.
All informations can be found here:
http://www.w3schools.com/css/
Title: Re: Custom ad problem
Post by: hayat on June 01, 2016, 07:00:02 PM
@hayat
We cannot provide custom modifications in support, you need to create it by yourself.
All informations can be found here:
http://www.w3schools.com/css/
it would be just two three piece of word so would be kind of you thanks
Title: Re: Custom ad problem
Post by: MB Themes on June 01, 2016, 07:05:03 PM
@hayat
That is not and that never will be, it is development.
You can use some basic attributes, like
Code: [Select]
#my_div {width:100%;float:left;clear:both;height:50px;line-height:50px;text-align:center;font-size:16px;color:#333;background:#eee;border:1px solid #ddd;}
Title: Re: Custom ad problem
Post by: hayat on June 01, 2016, 07:32:20 PM
@hayat
That is not and that never will be, it is development.
You can use some basic attributes, like
Code: [Select]
#my_div {width:100%;float:left;clear:both;height:50px;line-height:50px;text-align:center;font-size:16px;color:#333;background:#eee;border:1px solid #ddd;}
thanks anyway