Jump to content

[SOLVED] Help please- problems placing title and drop down arrow on the same line.


Recommended Posts

hi all, this question is regarding my website on any product page where you can pick a colour.

 

Currently the 'colour' text is below the drop down arrow displacing the colours and doesnt look right.

 

I'm wondering if the colour text can be added to the left with the drop down arrow on the same line but to the right.

 

if so, how please

 

 

many thanks,

Link to comment
Share on other sites

Hi simpson,

In lines 1300 and 1301 of your global.css file, please replace

 

#buy_block #attributes {width:50%;float:right;padding:20px 0 0 0;}
#buy_block #attributes p {margin:0;padding:10px 0 0 0;overflow:hidden;}

 

with

 

#buy_block #attributes {width:100%;float:right;padding:0px 0 0 0;}
#buy_block #attributes p {margin:0;padding:0px 0 0 0;overflow:hidden;}

 

Please let me know if that works for you.

 

-Mike

Link to comment
Share on other sites

thank you Mike, I'll give it a go now.

 

Will this be the Global.css in :

 

public_html/themes/theme318/css

 

 

The Theme318 is my custom theme im using.

 

thanks,

 

Yes, that is correct. Don't forget to clear your browser's cache after making the changes to ensure that you are seeing the latest version of your site!

 

-Mike

Link to comment
Share on other sites

×
×
  • Create New...