TOPIC: Slogan Bigger

Slogan Bigger 10 years 6 months ago #2799

  • stephcrespo
  • stephcrespo's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 71
  • Thank you received: 1
  • Karma: 0
Greetings

I need your assitance.
How can i make the slogan bigger and seperate from the logo, as the size in the yellow box?
in the image attached if you see the slogan is showing in top of the logo (red box)... what is the recommended size to cover the yellow space and how can i do that.

Please Help

Thank you in advance
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
Last Edit: 10 years 6 months ago by stephcrespo.
The administrator has disabled public write access.

Re: Slogan Bigger 10 years 6 months ago #2802

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

You can eidt css class as:
.mega_logobox {
    float: left;
    margin-left: 2px;
    margin-top: 33px;
    padding-bottom: 30px;
    width: 300px; /* you an change width value here */
}

and

a.mega_logo {
    background: url("../images/brown/logo.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid #5A5A5A;
    display: block;
    height: 36px;
    margin-right: 10px;
    padding-right: 15px;
    width: 137px; /* you an change width value here */
}

Thanks
The administrator has disabled public write access.

Re: Slogan Bigger 10 years 6 months ago #2887

  • stephcrespo
  • stephcrespo's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 71
  • Thank you received: 1
  • Karma: 0
AWESOME THAT WORKED! you guys are great.
i've been playing around with the margins.
Is there a way to put in this position (image 1)
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
Last Edit: 10 years 6 months ago by stephcrespo.
The administrator has disabled public write access.

Re: Slogan Bigger 10 years 6 months ago #2894

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

You can assign logo menu to "slogan" position and maybe you should play with css again ;)

Regards
The administrator has disabled public write access.
Time to create page: 0.085 seconds