Section is misaligned

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Thu Jun 18, 2015 6:43 pm
Hi Guys! I have a difficult...
The "News" section is misaligned , because I add a widget on the SlideBar (I need to add a logo and a button in the area of ​​" No.1 American University "

Could you help me please to align this section.

And tell me how I can add this button... that I need to add bellow the image

Thank you guys!
User avatar
Gold Boarder

GK User
Thu Jun 18, 2015 10:30 pm
Hi,

Please remove paddings from your News Show Pro settings (on the sidebar).

Regarding the News section (news show pro with 3 columns), please disabe default css option (basic tab) from all of your News Show Pro widgets and the problem should be fixed.
User avatar
Moderator

GK User
Fri Jun 19, 2015 8:21 pm
Thaaanks!!! :)
User avatar
Gold Boarder

GK User
Mon Jun 22, 2015 6:24 pm
Hi!

Sorry... I forgot to ask how I can add a button under the added picture ??...

Thanks!
User avatar
Gold Boarder

GK User
Tue Jun 23, 2015 8:04 am
Hi,

What kind of button and where exactly do you want to add it?
User avatar
Moderator

GK User
Tue Jun 23, 2015 4:03 pm
ok! .. a button like the "Get info based on your study label" section... the button of "Request Information".... just... importantly, is a button that send me to a link that is not a "submit "button

Thank you Piotr
User avatar
Gold Boarder

GK User
Wed Jun 24, 2015 8:42 am
Try to use this code:
Code: Select all
<a href="#URL" title="" class="btn custom">

I've added additional cusotm class if you want to change the colors for this button only:

Code: Select all
.btn.custom {
   background-color: #ddd;
   border-color: #ddd;
}
User avatar
Moderator


cron