Post by bicomm » Tue May 09, 2017 10:32 pm

hi,
i'm looking for a way to display manufacturer Logo on the right of the product default place on Journal 2 theme.

Default situation is this one :
Capture d’écran 2017-05-09 à 16.10.35.png

Capture d’écran 2017-05-09 à 16.10.35.png (289.14 KiB) Viewed 815 times

I would like to get :
Capture d’écran 2017-05-09 à 16.10.35 copie.png

Capture d’écran 2017-05-09 à 16.10.35 copie.png (247.44 KiB) Viewed 815 times

How can this be done ?
thanks for any hints,

Newbie

Posts

Joined
Wed Jan 25, 2017 6:21 am

Post by viethemes » Wed May 10, 2017 12:14 pm

Could you provide your site URL so I can take a look at the product page closer?

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by bicomm » Wed May 10, 2017 3:22 pm

hi,
thanks for your message.
you can have a look here

Newbie

Posts

Joined
Wed Jan 25, 2017 6:21 am

Post by viethemes » Wed May 10, 2017 11:35 pm

To do that you can install my free extension Custom CSS and add below code

Code: Select all

@media (min-width: 1024px) {
    #product ul.description {
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
    }

    #product ul.description .brand-logo {
        float: right;
    }

    #product ul.description .p-model {
        margin-top: 35px;
    }    
}

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm


Post by bicomm » Thu May 11, 2017 10:16 pm

hi,
thanks a lot for your reply.
i managed to do it this way. ;)

Newbie

Posts

Joined
Wed Jan 25, 2017 6:21 am

Post by viethemes » Thu May 11, 2017 10:55 pm

You are welcome! Glad to hear that the problem is solved :)

http://www.viethemes.com - OpenCart turtorials, news, tips and stricks, extension

Our extensions:
Visual Theme Editor - Powerful tool for customizing style of any theme visually
Live Theme Editor - Customize layout, colors, backgrounds, fonts of the default theme
Theme Animation - Animation Editor for any theme

Extra Positions PRO, Custom JavaScript, Custom CSS and others


User avatar
Active Member

Posts

Joined
Thu Jan 08, 2015 12:17 pm

Who is online

Users browsing this forum: No registered users and 2 guests